packages feed

xmlhtml-0.1.0.1: test/resources/ibm/invalid/P56/ibm56i18.xml

<?xml  version="1.0"?>
<!-- validity constraint check for Production 56(Negative Test)-->
<!DOCTYPE test
 [
 <!ELEMENT test ANY>
 <!ELEMENT nametokens EMPTY>
 <!ATTLIST nametokens thistoken NMTOKENS #IMPLIED>
]>
<test>
<nametokens thistoken = "@lang y: #country"></nametokens>
In an attribute declaration, values of type NMTOKENS does not match the Nmtokens production
</test>