Help:PCDATA: Difference between revisions
From ApCoCoAWiki
KHiddemann (talk | contribs) m added article to the CoCoAXML category |
KHiddemann (talk | contribs) m corrected displayed title |
||
Line 6: | Line 6: | ||
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}} |
Revision as of 11:42, 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.