>              $dom         = new DOMDocument('1.0', 'iso-8859-1');
Shouldn't this be
>              $this->dom         = new DOMDocument('1.0', 'iso-8859-1');
?

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

Reply via email to