OOP and xml_set_element_handler

[email protected] ("Christof Rath") Thu, 27 Jun 2002 13:23:38 +0200
Newsgroups php.lang
Message-ID <[email protected]>
Is it possible to call xml_set_element_handler() with a class function like:
xml_set_element_handler($parser, $this->startElement, $this->endElement);

thx Christof Rath