ICI Modules: xml: SetProcessingInstructionHandler
Modules by name : by typeSynopsis
xml.SetProcessingInstructionHandler(XML_Parser, func)Description
Define the callback function to be invoked when a processing instruction element is read in the input.
The function is called with three arguments, the first being the user-defined data associated with the parser object, the second a string containing the processing instruction the third any data associated with the instruction.