I use this function in a class and the handler functions are also in the same class.
My problam is as follows:When I give undifand functions for the xml_set_element handler() function as second and third parameters, than it will be give an error. This is Ok.
But if I parameterize the function like:
xml_set_element_handler($this->xml_parser,"$this->HandlerStartElement","$this->HandlerEndElement");
!!! it WON'T GIVE ERRORS bu the handlers WILL NOT BE CALLED !!!
I1m completely lost. So please help me if you can solve this problam or if you have any guess how to solve it.
thank you very much for your help.