XML_SetCommentHandlerΒΆ
Set a handler for comments.
- bool = XML_SetCommentHandler(hParser, handler)
Return Value
bool.
Parameters
- hParser
hParser is the handle of a parser.
- handler
handler is the name of a UniScript function with the following parameter list:
def commentHandler(hParser, data) { }
See also
id-1684191