simple.xml 207 B

12345678
  1. <?xml version = '1.0' encoding='UTF-8' ?>
  2. <!-- This is a comment -->
  3. <TAG>
  4. <SUBTAG value="TestValue"/>
  5. Just a test! This &lt; was an entity reference.
  6. <EMPTYTAG/>
  7. <![CDATA[A CDATA section!]]>
  8. </TAG>