Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5686 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10393 invoked by uid 1010); 24 Nov 2003 11:28:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 10368 invoked from network); 24 Nov 2003 11:28:47 -0000 Received: from unknown (HELO phoebe.host4u.net) (209.150.128.26) by pb1.pair.com with SMTP; 24 Nov 2003 11:28:47 -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 hAOBSC610983; Mon, 24 Nov 2003 05:28:12 -0600 Message-ID: <012401c3b27e$414ec2d0$f7dea8c0@cyberware.local> To: "Adam Maccabee Trachtenberg" Cc: References: <027c01c3b105$44a93ac0$f7dea8c0@cyberware.local> <008801c3b14a$10105d30$f7dea8c0@cyberware.local> Date: Mon, 24 Nov 2003 06:29:41 -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] SimpleXML XPath Namespace Support From: rrichards@ctindustries.net ("Rob Richards") From: Adam Maccabee Trachtenberg > Ah. I see. Okay, I've prepared a modified patch that defers namespace > registration until the call to simplexml_ce_xpath_search(). Inside > that function, I iterate through the nsmapptr->nsmap hash and register > all the namespaces. Thanks, patch applied. Rob