Sign in
fuchsia
/
third_party
/
libxml2
/
2b0aac140d739905c7848a42efc60bfe783a39b7
/
.
/
test
/
VC
/
AttributeNmtokens
blob: 8710de48023d9a55259e1678267143abb96bf67f [
file
] [
log
] [
blame
]
<!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 "
/>