| This node represents escaped character sequences.
An example of a CDATASection is
<![CDATA[It's true that 5 < 6]]>
Browsers may choose to use text nodes in cases where
CDATASection nodes are called for; in those cases, the data needing quoting
will be truncated at the first parse error, truncating our example to be just:
It's true that 5
|