XML_SetProcessingInstructionHandler
XML_SetUserData
Enter search terms or a module, class or function name.
XML_SetStartElementHandler
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 startElementHandler(hParser, name, atts) { }
See also
Overview XML
id-1009300