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.

Answers were Sorted based on User's Feedback



What is CDATA Section...

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

What is CDATA Section...

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

Post New Answer

More XML XSLT RSS Interview Questions

Can an application process documents that use xml namespaces and documents that don’t use xml namespaces?

0 Answers  


What are the element naming conventions in XML ?

3 Answers  


Why namespaces are important?

0 Answers  


How many types of xpath are there?

0 Answers  


Is html xml subset?

0 Answers  


What is the use of xslt <xsl: import> element?

0 Answers  


What is Complex Element?

0 Answers  


What is the purpose of xml namespaces?

0 Answers  


What is xml tag library?

0 Answers  


Can we use graphics in XML?

0 Answers  


What is the difference between call template and apply template?

0 Answers  


Do I need an rss feed for podcast?

0 Answers  


Categories