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 does a namespace-aware application do when it encounters an error?
Do you know why we use select="@|node()" in the
What does xls mean?
What is xsd validation?
What are xml attributes?
What are the rules defined for the use of fx element?
How do I create an xml schema?
While writing an xml document what are the rules that are to be followed?
What is xml data in word?
what are the w3c specifications for xml?
How do I change a text file to xml?
When should I use the default xml namespace instead of prefixes?
How to tell visitors that you have atom syndication feeds?
What is the difference between a podcast and a rss?
What is the concept of xpointer?