1<?xml version="1.0"?>
2<root>
3    <header><![CDATA[simple text]]></header>
4    <header><![CDATA[[[inside double braces]]]]></header>
5    <header><![CDATA[multiple]]><![CDATA[CDATA]]><![CDATA[in succession]]></header>
6    <header><![CDATA[<html><body>...</body></html>]]></header><!-- make sure tags are not parsed as xml -->
7    <header><![CDATA[!@#$%^&*()]]></header>
8    <header><![CDATA[$amp;]]></header><!-- encoded characters are taken literally without decoding -->
9    <header>Normal character data and <![CDATA[CDATA]]></header>
10</root>
11