XML_Util::createCDataSection() -- create a CData section
Description
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 value
string CData section
Note
This function should be called
statically.