string XML_Util::createCDataSection (
string $data
)
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.
string $data
- data for the CData section.
string CData section
This function should be called statically.