Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is CDATA Section.

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


Please Help Members By Posting Answers For Below Questions

Is xhtml and xml same?

894


What is dtd and its types?

991


what are the predefined entities in XML ?

2274


What is XML data binding? Why is it used?

991


How do I get my rss feed?

918


How to tell web browsers that your web pages have atom feeds?

926


What does xml stands for?

917


What does a namespace-aware application do when it encounters an error?

937


I Read xml is used to store and transfer data can you explain it with sample code for storing and displaying data.

2620


How to validate an atom 1.0 feed file?

984


Explain how to rename a particular element and attribute from XML using XSL?

1065


What is the difference between csv and xml?

918


How important is an element’s attributes used in xslt?

901


Can xml be converted to excel?

912


What is xml data binding?

940