mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
7 lines
188 B
Plaintext
7 lines
188 B
Plaintext
![]() |
<!DOCTYPE test [
|
||
|
<!ELEMENT test EMPTY>
|
||
|
<!ATTLIST test attr1 NMTOKENS #IMPLIED>
|
||
|
]>
|
||
|
<!-- Should be invalid due to http://www.w3.org/XML/xml-V10-2e-errata#E20 -->
|
||
|
<test attr1=" a	b "/>
|