XML_SetProcessingInstructionHandler
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 piHandler(hParser, ssTarget, ssData)
{
}
See also
id-927466