16 lines
352 B
Plaintext
16 lines
352 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE myxml>
|
||
|
<myxml>
|
||
|
<!-- comment -->
|
||
|
<tag attribute1="value" attribute2="value">
|
||
|
Some text with "special entities"
|
||
|
</tag>
|
||
|
<tag attribute1="value" attribute2="value"/>
|
||
|
<tag attribute1="value" attribute2="value"/>
|
||
|
<something>
|
||
|
<![CDATA[
|
||
|
This is a CDATA section
|
||
|
]]>
|
||
|
</something>
|
||
|
</myxml>
|