I am using the XML (expat) parsing functions for the first time. I have experience using XML:😛arser in PERL, and am wondering about and event handler available in XML:😛arser but which I don't see in PHP.
With XML:😛arser you can call a handler function with an event called FINAL. What this does is basically calls a handler after all the XML has been processed and you can use it to return values that were parsed out of the XML back to a calling function.
Does anyone know how to set a handler for the FINAL event?