GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Programming  >  XML
Go To First  |  Previous Question  |  Next Question 
 XML  |  Question 25 of 40    Print  
What is a CDATA section in XML?

  
Total Answers and Comments: 4 Last Update: February 28, 2009     Asked by: norman 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
April 02, 2007 23:38:05   #1  
Vijay        

RE: What is a CDATA section in XML?
If we want to exclude some elements in XML documnet from parsing then we need to put those elemnets in CDATA.

 
Is this answer useful? Yes | No
April 22, 2007 14:45:24   #2  
nits123 Member Since: April 2007   Contribution: 4    

RE: What is a CDATA section in XML?
So can we call Cdata as used for commenting in XML ?
 
Is this answer useful? Yes | No
August 23, 2007 19:18:23   #3  
SS        

RE: What is a CDATA section in XML?
CDATA in XML is the character data is is not parsed by the XML Processor. If there is a section in the document that you do not want the XML processor to parse then it can be enclosed in
<![CDATA[ ......................]]>

 
Is this answer useful? Yes | No
February 26, 2009 05:49:49   #4  
rajadurai24 Member Since: February 2009   Contribution: 7    

RE: What is a CDATA section in XML?
CDATA is used to store plain text or string values. It is commonly used with implied attributes which allows user to define their own values. For example <! ATTLIST Student LastName (CDATA) #IMPLIED>
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape