XML_Util::createCDataSection() -- create a CData section
Beschrijving
Creates a CData section, by embedding the data in
<!CDATA[ and ]]>. If you use a CData section inside an
XML document, entities do not have to be replaced in this sections.
Return waarde
string CData section
Note
Deze functie zou statisch moeten worden aangeroepen.