Files
glxml/test/oasis/p08fail1.xml
Gareth Pendleton 464ad513b6
Some checks failed
test / test (push) Has been cancelled
test: Add xml tests
2025-10-10 21:28:18 +01:00

10 lines
187 B
XML
Executable File

<!--note: non-validating parsers may accept this document-->
<!DOCTYPE doc
[
<!ELEMENT doc (A*)>
<!ELEMENT A EMPTY>
<!ATTLIST A att NMTOKENS #IMPLIED>
]>
<doc>
<A att=""/>
</doc>