You can use addEventHandler as much as you like, but the handlers are never
called. Simple fix, in XMLStream.php:
public function addEventHandler($name, $pointer, $obj) {
$this->eventhanders[] = array($name, $pointer, $obj);
It says handers instead of handlers. Change that and it works.
Original issue reported on code.google.com by ciaran.g...@gmail.com on 26 Aug 2008 at 7:57
Original issue reported on code.google.com by
ciaran.g...@gmail.com
on 26 Aug 2008 at 7:57