xml_save_node
XML_SetCommentHandler
Enter search terms or a module, class or function name.
Set a text handler.
Return Value
bool is always 1.
Parameters
hParser is the handle of a parser.
handler is the name of a UniScript function with the following parameter list:
def characterDataHandler(hParser, data) { }
See also
Overview XML
id-663388