test_xml.xml 252 B

12345678910111213141516
  1. <?xml version="1.0" ?>
  2. <!-- comment -->
  3. <root>
  4. <![CDATA[This is character data
  5. ]]>
  6. <child1>
  7. <sub1 attr1="value1" attr2="value2">
  8. &amp; &gt; &lt; &quote;
  9. <sub2/>
  10. </sub1>
  11. </child1>
  12. <child2>
  13. This is text.
  14. </child2>
  15. </root>