16 lines
352 B
XML
16 lines
352 B
XML
<?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>
|