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
How do I find my rss feed url?
Explain about xml signature?
What is the advantage of automated testing over manual testing?
What is xsl used for?
Do rss feeds help seo?
What is rss feed outlook?
What is an rss subscriber?
How do I remove rss feeds from outlook 365?
What is a schema in word?
What is the use of xslt
How you can enhance your XSL test?
Is xpath a programming language?
How do I include one xml file in another?
What is xml and its benefits?
Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents?