On Mon, 20 Jan 2003 18:04:19 +0800, Jason Wong wrote:

> Assuming that xml_set_object() has been defined correctly then to get rid
> of that error/warning message simply use:
> 
>   xml_set_object( $this->parser, $this );

Thanks.  That seems to work.  Every example of using xml_set_object
demostrates pass by reference so I assumed it was required.

Kellan

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

Reply via email to