libxml2 2.9.1 clean sources
[tomato.git] / release / src / router / libxml2 / test / VCM / AttributeNmtokens.xml
blob575f8113f888877983a359916e16b3f3b933a7b7
1 <!DOCTYPE doc [
2         <!ELEMENT doc (norm+)>
3         <!ELEMENT norm EMPTY>
4         <!ATTLIST norm attr NMTOKENS #IMPLIED>
5 ]>
6 <doc>
7         <norm attr = ' foo bar
8 '/>
9         <norm attr = 'foobar
11 '/>
12         <norm attr = 'foo               bar     '/>
13         <norm attr = ' foo &#x20;bar'/>
14 </doc>