xref: /aosp_15_r20/external/antlr/runtime/Python/tests/t012lexerXML.input (revision 16467b971bd3e2009fad32dd79016f2c7e421deb)
1<?xml version='1.0'?>
2<!DOCTYPE component [
3<!ELEMENT component (PCDATA|sub)*>
4<!ATTLIST component
5          attr CDATA #IMPLIED
6          attr2 CDATA #IMPLIED
7>
8<!ELMENT sub EMPTY>
9
10]>
11<component attr="val'ue" attr2='val"ue'>
12<!-- This is a comment -->
13Text
14<![CDATA[huhu]]>
15öäüß
16&amp;
17&lt;
18<?xtal cursor='11'?>
19<sub/>
20<sub></sub>
21</component>