Files
glxml/test/oasis/p68pass1.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

12 lines
192 B
XML
Executable File

<!DOCTYPE doc
[
<!ELEMENT doc (#PCDATA)>
<!ENTITY ent "replacement text">
]>
<doc>
&ent;aaa&ent;
<!--Not a reference:-->
<!--Charref to & doesn't make a delimiter-->
&#38;en
</doc>