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

Overview XML

id-1684191