quote:
Originally posted by XML Recommendation Document
An example of a CDATA section, in which "<greeting>" and "</greeting>" are recognized as character data, not markup:
<![CDATA[<greeting>Hello, world!</greeting>]]>
http://www.w3.org/TR/2000/REC-xml-20001006
This means theyre not tags at all, simply character data.