1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?xml version="1.0"?> <root> <first> <![CDATA[This is a CDATA section.]]> </first> <second> <inner/> <inner/> </second> <third> <?pi This is a processing instruction. ?> </third> <!-- This is a comment. --> </root>