Difference between revisions of "Help:PCDATA"

From ApCoCoAWiki
(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...)
 
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.