summaryrefslogtreecommitdiffstats
path: root/t/fmt/xml/cdata.xml
blob: 58f3fb869aac1b3e2c76be1e9d2335ab93fdd43b (plain)
1
2
3
4
5
6
7
8
9
<?xml version='1.0' encoding="UTF-8"?>
<doc>
  <foo>brackets ]] inside a tag </foo>
  <![CDATA[Example on a single line]]>
  <![CDATA[
Example on
multiple lines
]]>
</doc>