Difference between CDATA and PCDATA in XML ?
Answer Posted / sridhar
PCDATA - Parsed Character Data means the XML Parser examins
the data whether the value/text contains entity or not if
it is then it will be replaced for example < should be
given as <
Where as CDATA means The XML parser will not validate
value/text inside the CDATA tag. It is useful for passing
value/text directly to the required application as it is.
| Is This Answer Correct ? | 60 Yes | 12 No |
Post New Answer View All Answers
What are the advantages of using xml?
How can I include a conditional statement in my xml?
What is a file feed?
What is xsd used for?
What is the difference between xml and c or c++ or java?
How do I create an xml schema in excel?
What is xml data in word?
How can I use xml?
Why xml parser is used?
How can I view an xml file?
Is wsdl and xsd same?
Is xml a data structure?
What is namespace in xslt?
What is the difference between dtd and xml schema?
Is xml a programming language?