You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
348 B
21 lines
348 B
4 months ago
|
<?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]]>
|
||
|
öäüß
|
||
|
&
|
||
|
<
|
||
|
<?xtal cursor='11'?>
|
||
|
<sub/>
|
||
|
<sub></sub>
|
||
|
</component>
|