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.
40 lines
532 B
40 lines
532 B
XML declaration
|
|
Attr: version='1.0'
|
|
ROOTELEMENT: component
|
|
INTERNAL DTD: [
|
|
<!ELEMENT component (PCDATA|sub)*>
|
|
<!ATTLIST component
|
|
attr CDATA #IMPLIED
|
|
attr2 CDATA #IMPLIED
|
|
>
|
|
<!ELMENT sub EMPTY>
|
|
|
|
]
|
|
Start Tag: component
|
|
Attr: attr="val'ue"
|
|
Attr: attr2='val"ue'
|
|
PCDATA: "
|
|
"
|
|
Comment: "<!-- This is a comment -->"
|
|
PCDATA: "
|
|
Text
|
|
"
|
|
CDATA: "<![CDATA[huhu]]>"
|
|
PCDATA: "
|
|
öäüß
|
|
&
|
|
<
|
|
"
|
|
PI: xtal
|
|
Attr: cursor='11'
|
|
PCDATA: "
|
|
"
|
|
Empty Element: sub
|
|
PCDATA: "
|
|
"
|
|
Start Tag: sub
|
|
End Tag: sub
|
|
PCDATA: "
|
|
"
|
|
End Tag: component
|