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

11 lines
147 B
DTD
Executable File

<![INCLUDE[
<!ENTITY % rootel "<!ELEMENT doc EMPTY>">
]]>
%rootel;
<!ATTLIST doc att CDATA #IMPLIED>
<![IGNORE[
<!ELEMENT doc (a)>
]]>