mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-19 10:03:34 +03:00
807b4de282
* valid.c TODO: applied patch from Malcolm Tredinnick fixing errata E20 concerning NMTOKENS and co. validation #153722 * result/VC/AttributeNmtokens test/VC/AttributeNmtokens test/VCM/AttributeNmtokens.xml: also added tests from Malcolm Daniel
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 "/>
|