In an XML document, a CDATA section is a section of element content that is marked for the parser to interpret as only character data, not markup.

—-

<sender>John Smith</sender>

Here, the opening and closing “sender” tags are interpreted as markup.

However, if written like this:

<![CDATA[<sender>John Smith</sender>]]>

Everything are interpreted as character data (not makrup).

Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

© 2011 Web Oom Suffusion theme by Sayontan Sinha
Switch to our mobile site
Top Footer