> xml_set_element_handler($this->xmlParser, "$this->startTag",
> "$this->endTag");
xml_set_element_handler($this->xmlParser, array(&$this, 'startTag'),
array(&$this, 'endTag'));

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to