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

8 lines
143 B
XML

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