[PHP] Wierd error with xml_set_element_handler()

2007-08-05 Thread Bruce Steinback
Okay, I'm probably really stupid, but I can't figure this out. I'm getting the error: Fatal error: Function name must be a string in .../pages-stage/loginresp.php on line 205 (which is the xml_set_element_handler() call) with this code: function startElement($parser, $name, $attrs) {

Re: [PHP] Wierd error with xml_set_element_handler()

2007-08-05 Thread Tijnema
On 8/5/07, Bruce Steinback [EMAIL PROTECTED] wrote: Okay, I'm probably really stupid, but I can't figure this out. I'm getting the error: Fatal error: Function name must be a string in .../pages-stage/loginresp.php on line 205 (which is the xml_set_element_handler() call) with this