DOMDocument->createCDATASectionCreate new cdata node
&reftitle.description;
DOMDocumentDOMCDATASectioncreateCDATASectionstringdata
This function returns a new instance of class
DOMCDATASection. The content of the cdata is the
value of the passed parameter. &dom.node.inserted;
The return value is &false; if an error occurred.
See also DOMNode->appendChild(),
DOMDocument->createElement(),
DOMDocument->createTextNode(),
DOMDocument->createAttribute(),
DOMDocument->createProcessingInstruction().