Files
XML_Data_Parsing/libxml2/test/VCM/AttributeNmtokens.xml
T

15 lines
236 B
XML
Raw Normal View History

2026-07-19 22:48:13 +08:00
<!DOCTYPE doc [
<!ELEMENT doc (norm+)>
<!ELEMENT norm EMPTY>
<!ATTLIST norm attr NMTOKENS #IMPLIED>
]>
<doc>
<norm attr = ' foo bar
'/>
<norm attr = 'foobar
'/>
<norm attr = 'foo bar '/>
<norm attr = ' foo &#x20;bar'/>
</doc>