Mega Code Archive
CDATA sections can tell the XML parser not to parse the text
CDATA sections look like this:
6]]>
Everything starting after the is ignored by the parser.
The following example uses a CDATA section to keep an XML parser from parsing a section of JavaScript: