Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7807 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33670 invoked by uid 1010); 13 Feb 2004 15:08:04 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 33616 invoked from network); 13 Feb 2004 15:08:04 -0000 Received: from unknown (HELO phoebe.host4u.net) (209.150.128.26) by pb1.pair.com with SMTP; 13 Feb 2004 15:08:04 -0000 Received: from ctdprimary (dsta-aa203.pivot.net [66.186.171.203]) by phoebe.host4u.net (8.11.6/8.11.6) with SMTP id i1DF83J14212; Fri, 13 Feb 2004 09:08:03 -0600 Message-ID: <017301c3f243$761a6dc0$f7dea8c0@cyberware.local> To: , "Andi Gutmans" References: <5.1.0.14.2.20040213154134.04ab0808@127.0.0.1> Date: Fri, 13 Feb 2004 10:09:56 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: [PHP-DEV] Bug in SimpleXML From: rrichards@ctindustries.net ("Rob Richards") From: Andi Gutmans > When you do something like: > print $sxe->name->asXML(); > > asXML() prints the XML for the whole object and not for the node. > I think it's a bug. Can one of the SimpleXML maintainers please take a look > at this? Fixed. Thanks, Rob