DOMDocument->createCDATASection Create new cdata node &reftitle.description; DOMDocument DOMCDATASection createCDATASection stringdata 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().