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 |
Is xml used today?
Who founded xslt?
How is xml used?
Are xml elements ordered?
What compiler switch creates an xml file from the xml comments in the files in an assembly?
Is xml a markup language?
While writing an xml document what are the rules that are to be followed?
Explain how to remove a particular attribute from XML?
Can we use css in xml?
What is rss element rss?
What is XPATH? What is the use of it in XML?
0 Answers Sans Pareil IT Services,
What are XML Data Islands?