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

What is the use of xslt <xsl: key> element?

0 Answers  


Can xml files be viewed in browsers?

0 Answers  


Why are special attributes used to declare xml namespaces?

0 Answers  


Whats does dtd mean?

0 Answers  


Can we use xml as database?

0 Answers  






Do you feel that you are a good XSLT programmer?

0 Answers  


what is the relationship between XML and Java technology?

1 Answers  


How do you use tags in indesign?

0 Answers  


What is an xml namespace?

0 Answers  


What is xsl fo documents? Explain xsl-fo documents structure?

0 Answers  


Give a few examples of types of applications that can benefit from using XML.

1 Answers  


What are the components of an xml file?

0 Answers  


Categories