Help:PCDATA: Difference between revisions

From ApCoCoAWiki
KHiddemann (talk | contribs)
New page: parsed character data =Description= This is no real XML element, it is a synonym for "literal text". Take note that illegal XML characters have to be replaced by entity references. See t...
 
KHiddemann (talk | contribs)
m added article to the CoCoAXML category
Line 5: Line 5:


Take note that illegal XML characters have to be replaced by entity references. See the [http://www.w3schools.com/xml/xml_cdata.asp XML CDATA] section at W3Schools for reference.
Take note that illegal XML characters have to be replaced by entity references. See the [http://www.w3schools.com/xml/xml_cdata.asp XML CDATA] section at W3Schools for reference.
[[Category:CoCoAXML]]

Revision as of 11:27, 25 July 2007

parsed character data

Description

This is no real XML element, it is a synonym for "literal text".

Take note that illegal XML characters have to be replaced by entity references. See the XML CDATA section at W3Schools for reference.