android_mt6572_jiabo/external/libxml2/test/errors/content1.xml
2025-09-05 16:56:03 +08:00

10 lines
202 B
XML

<?xml version="1.0"?>
<!DOCTYPE root [
<!ELEMENT root (#PCDATA)>
<!ELEMENT a ANY>
<!ELEMENT b ANY>
<!--* missing closing bracket in choice *-->
<!ELEMENT aElement (a |b * >
]>
<root>Any content</root>