What is CDATA Section.

Answers were Sorted based on User's Feedback



What is CDATA Section...

Answer / 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

What is CDATA Section...

Answer / sarankumarreddy.c

All data is normally passed in XML but if u want to exclude
some elements you will need to put those elements in CDATA.

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More XML XSLT RSS Interview Questions

How do I associate an xml in excel?

0 Answers  


What is targetnamespace?

0 Answers  


What is dtd in xml?

0 Answers  


What is the difference between wsdl and soap?

0 Answers  


What is the difference between and ActiveX dll and control?

0 Answers   Microsoft,






Does wix have rss feed?

0 Answers  


Define element and attribute in an xml document.

0 Answers  


How dtd is different from xml?

0 Answers  


What is the best rss reader for mac?

0 Answers  


What is XML ?

4 Answers   Satyam,


What is the information contained inside the xml file?

0 Answers  


Are the names of all element types and attributes in some xml namespace?

0 Answers  


Categories