1
vote
2answers
58 views
Element Declaration: Defining content as #PCDATA and one occurence of child element
In the xml spec, it says:
[Definition: An element type has mixed content when elements of that type may contain character data, optionally interspersed with child elements.] In this case, the types …
9
votes
4answers
536 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 …
