ICI Modules: xml: SetDefaultHandler


Modules by name : by type

Synopsis

xml.SetDefaultHandler(XML_Parser, func)

Description

Defines the callback function to be called by default for input elements that have no specific handled defined.

The function is called with two arguments, the first being the user-defined data associated wi the parser object and the second a string containing the input data.