xref: /aosp_15_r20/external/libxml2/test/VC/AttributeNmtokens (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1<!DOCTYPE test [
2	<!ELEMENT test EMPTY>
3	<!ATTLIST test attr1 NMTOKENS #IMPLIED>
4]>
5<!-- Should be invalid due to http://www.w3.org/XML/xml-V10-2e-errata#E20 -->
6<test attr1=" a&#x9;b "/>
7