WriteString Method
Writes text inside an XML element.
Object Oriented Interface
public function doWriteString($text);
Procedural Interface
ipworks_xmlw_do_writestring($res, $text);
Remarks
This method will XML escape the value provided and write the resulting escaped text between the opening and closing tags of an XML element.