Tagged Questions

18
votes
4answers
4k views

what actually is PCDATA and CDATA?

it seems that a loose definition of PCDATA and CDATA is that 1) PCDATA is character data, but is to be parsed. 2) CDATA is character data, and is not to be parsed. but then someone told me that ...
0
votes
2answers
82 views

Problem with xml

I am novice to xml...I just started studying xml....I have the following doubts.. The following is my xml code <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE book [ <!ELEMENT book ...