Files
XML_Data_Parsing/libxml2/result/noent/ent12
T

9 lines
139 B
XML

<?xml version="1.0"?>
<!DOCTYPE root [
<!ENTITY foo "abc">
<!ENTITY bar "def">
]>
<root attribute="abc">
<element>def</element>
</root>