android_mt6572_jiabo/external/libxml2/result/noent/ent12
2025-09-05 16:56:03 +08:00

8 lines
139 B
XML

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