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
What are xml tools?
What is the main focus of xsl?
How do I edit an xsl file?
How do I view an xml file?
What is xml feed url?
What is atom 1.0 standard?
How to use
Is xml schema better than dtd?
Whats does dtd mean?
Can I use xml instead of html?
How can a xml file be created from a database?
Define xsl?
Do the default values of xmlns attributes declared in the dtd apply to the dtd?
What is the structure of xml?
What is dhtml and xml?