source:
vbox/trunk/src/libs/libxml2-2.9.14/test/VC/AttributeNmtokens@
98321
Last change on this file since 98321 was 95312, checked in by , 3 years ago | |
---|---|
File size: 188 bytes |
Line | |
---|---|
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	b "/> |
Note:
See TracBrowser
for help on using the repository browser.