Ok, lets give it a shot.

I am trying to get some of the new domxml stuff to happen
with tragic results.

// no problem here..
$xmldoc = domxml_new_xmldoc('1.0');

I used to use add_root() but this would seem to have been replaced by
domxml_doc_add_root() which takes two arguements, are they like ..
$this->xmlroot= domxml_doc_add_root($xmldoc, $root = "root");

or something other.

Kind regards
Kevin


-- 
 ______                              
(_____ \                             
 _____) )  ____   ____   ____   ____ 
|  ____/  / _  ) / _  | / ___) / _  )
| |      ( (/ / ( ( | |( (___ ( (/ / 
|_|       \____) \_||_| \____) \____)
Kevin Waterson
Port Macquarie, Australia

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to