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
Why is xml important?
How do I export xml to excel?
State and explain about xml encoding errors?
Is xml used today?
What is the scope of an xml namespace declaration?
Can I use rss feeds on my website?
What happens if no xml namespace declaration is in scope?
What is document object model? Why it is used?
What language does xml use?
Where can I upload podcasts?
What is an xml node?
How can I validate an xml document that uses xml namespaces?
Does xml replace html?
What are the three parts of XSL?
How do you create a docx file?