summaryrefslogtreecommitdiff
path: root/fpcsrc/packages/fcl-base/examples/simple.xml
blob: 7bc896127c5992dd6d22b13247db2a7c2d6b4931 (plain)
1
2
3
4
5
6
7
8
<?xml version = '1.0' encoding='UTF-8' ?>
<!-- This is a comment -->
<TAG>
  <SUBTAG value="TestValue"/>
  Just a test! This &lt; was an entity reference.
  <EMPTYTAG/>
  <![CDATA[A CDATA section!]]>
</TAG>