What is the difference between CDATA and PCDATA?
Answer / Yogesh Prakash
CDATA (Character Data) section is used to enclose large chunks of text that may contain special characters such as angle brackets, which would otherwise be interpreted as XML markup. On the other hand, PCDATA (Parsed Character Data) is the normal content within an XML element, which can include both character data and XML markup.
| Is This Answer Correct ? | 0 Yes | 0 No |
Are rss feeds still used?
Define xml schema?
How to transform an XML into XHTML?
What are the various advantages of xsl?
What is the best rss reader?
Where is xslt used?
What is xslt and xpath?
What is orm xml?
I’m trying to understand the xml spec: why does it have such difficult terminology?
What are xml applications?
Is xml meant to be a replacement of html?
What is XSL template? What output this XSL template will produce given a particular xml file?