What is CDATA Section.

Answer Posted / praveen

CDATA stands for character data.

To include an XML document in an XML document, CDATA
sections are used. And also to escape the angle brackets and
ampersands.

CDATA sections are delimited by ?<![CDATA[? and ?]]>?.

The XML parser ignores delimiters within the CDATA section,
except for ]]>

The following example uses a CDATA section to insert an XML
example

into an XML document.
<?xml version=?1.0??>
<example>
<![CDATA[
<?xml version=?1.0??>
<entry>
<name>yourname</name>
<email href=?mailto:name@yoursite.com?/>
</entry>]]>
</example>

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between CDATA and PCDATA?

685


What is an rss email?

626


What is the use of xslt element?

627


If XML attribute name itself has double quotes, then how it can be represented?

739


Write syntax to serialize class using XML Serializer?

681


Is xml hierarchical?

716


What are xsl files?

635


How do I subscribe to an rss feed?

609


What is xml mapping word?

630


Is xml schema better than dtd?

622


what are the special characters in xml ?

672


How do I open an xml file in excel?

614


What is namespace in xslt?

621


How was xml created?

618


How do I associate an xml in excel?

686