What is CDATA Section.
Answers were Sorted based on User's Feedback
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 |
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 |
Which are the main features of xml?
Is xml a markup language?
Does safari have an rss reader?
what is the XML? what is the difference between XML AND HTML? How it is used in .Net and advantages?
Is xslt a programming language?
Which is a language for finding information in an xml document?
What are the rules defined by the transformation of xsl?
How to connect xml with the database?
What is excel xml format?
Explain how to retrieve property settings from XML .config file.
What is the difference between asp and asp.net
4 Answers Phoenix Technologies,
What language does xml use?