Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22119 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89079 invoked by uid 1010); 5 Mar 2006 14:27:31 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 89064 invoked from network); 5 Mar 2006 14:27:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Mar 2006 14:27:31 -0000 X-Host-Fingerprint: 216.117.147.250 unknown Linux 2.4/2.6 Received: from ([216.117.147.250:49582] helo=ctindustries.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 6B/F8-22029-255FA044 for ; Sun, 05 Mar 2006 09:27:31 -0500 Received: from [127.0.0.1] (dsta-aa203.pivot.net [66.186.171.203]) (authenticated bits=0) by ctindustries.net (8.12.8/8.12.8) with ESMTP id k25DEA3w032596; Sun, 5 Mar 2006 08:14:11 -0500 Message-ID: <440AF74A.2010009@ctindustries.net> Date: Sun, 05 Mar 2006 09:35:54 -0500 User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Rob Richards CC: "internals@lists.php.net" References: <440AF5B1.5040607@ctindustries.net> In-Reply-To: <440AF5B1.5040607@ctindustries.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0609-3, 03/03/2006), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV 0.88/1315/Sun Mar 5 05:31:57 2006 on ctindustries.net X-Virus-Status: Clean Subject: Re: [PHP-DEV] new simplexml functionality From: rrichards@ctindustries.net (Rob Richards) Rob Richards wrote: > > Rational: > It is not possible to add elements to a tree, but new namespaced > elements/attributes cannot (although existing ones can be modified). > Correction: This should say "It is now possible to add elements ...." Rob