Help:PCDATA: Difference between revisions
From ApCoCoAWiki
KHiddemann (talk | contribs) m corrected displayed title |
KHiddemann (talk | contribs) mNo edit summary |
||
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". | ||
Revision as of 11:45, 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.