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 is Extensible Markup Language?
What does xml stands for?
How to use element in xslt? : xslt
What are the three main characteristics of xml?
What is XML encoding error?
Why should we go for xml editor instead of notepad?
Why was xml created?
What is an xslt template?
Is feedburner still active?
How do I add an rss feed to wordpress?
What is the structure of xml?
Are atom feed files xml documents?
What software is needed to process xml namespaces?
Can the content model in an element type declaration contain element types whose names come from other xml namespaces?
What is XPATH? What is the use of it in XML?