Difference between revisions of "Help:PCDATA"

From ApCoCoAWiki
m (corrected displayed title)
m (CoCoAXML:PCDATA moved to Help:PCDATA: tidying up the wiki.)
 
(One intermediate revision 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".
  

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.