Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2310 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9237 invoked from network); 13 Jun 2003 07:48:07 -0000 Received: from unknown (HELO ns0.ctv.com.au) (203.53.253.3) by pb1.pair.com with SMTP; 13 Jun 2003 07:48:07 -0000 Received: from kevin.oceania.net (203-109-184-88.ultrawholesale.com.au [203.109.184.88] (may be forged)) by ns0.ctv.com.au (8.12.8/8.12.5) with SMTP id h5D7lV3F020783 for ; Fri, 13 Jun 2003 17:47:33 +1000 Date: Fri, 13 Jun 2003 18:55:56 +1000 To: internals@lists.php.net Message-ID: <20030613185556.17d54f2d.kevin@oceania.net> Organization: Oceania X-Mailer: Sylpheed version 0.8.10 (GTK+ 1.2.10; i586-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: domxml From: kevin@oceania.net (Kevin Waterson) 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