android_mt6572_jiabo/external/antlr/antlr-3.4/runtime/Python/tests/t012lexerXML.input
2025-09-05 16:56:03 +08:00

21 lines
No EOL
348 B
XML

<?xml version='1.0'?>
<!DOCTYPE component [
<!ELEMENT component (PCDATA|sub)*>
<!ATTLIST component
attr CDATA #IMPLIED
attr2 CDATA #IMPLIED
>
<!ELMENT sub EMPTY>
]>
<component attr="val'ue" attr2='val"ue'>
<!-- This is a comment -->
Text
<![CDATA[huhu]]>
öäüß
&amp;
&lt;
<?xtal cursor='11'?>
<sub/>
<sub></sub>
</component>