Help:PCDATA: Difference between revisions
From ApCoCoAWiki
KHiddemann (talk | contribs) m added article to the CoCoAXML category |
m CoCoAXML:PCDATA moved to Help:PCDATA: tidying up the wiki. |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
parsed character data | parsed character data | ||
=Description= | ==Description== | ||
This is no real XML element, it is a synonym for "literal text". | 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 [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]] | [[Category:CoCoAXML|#PCDATA]] | ||
{{DISPLAYTITLE:#PCDATA}} |
Latest revision as of 14:56, 16 October 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.