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
Is xhtml and xml same?
What is dtd and its types?
what are the predefined entities in XML ?
What is XML data binding? Why is it used?
How do I get my rss feed?
How to tell web browsers that your web pages have atom feeds?
What does xml stands for?
What does a namespace-aware application do when it encounters an error?
I Read xml is used to store and transfer data can you explain it with sample code for storing and displaying data.
How to validate an atom 1.0 feed file?
Explain how to rename a particular element and attribute from XML using XSL?
What is the difference between csv and xml?
How important is an element’s attributes used in xslt?
Can xml be converted to excel?
What is xml data binding?