Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5665 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47046 invoked by uid 1010); 22 Nov 2003 14:30:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47010 invoked from network); 22 Nov 2003 14:30:09 -0000 Received: from unknown (HELO phoebe.host4u.net) (209.150.128.26) by pb1.pair.com with SMTP; 22 Nov 2003 14:30:09 -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 hAMETc316851; Sat, 22 Nov 2003 08:29:38 -0600 Message-ID: <027c01c3b105$44a93ac0$f7dea8c0@cyberware.local> To: "Adam Maccabee Trachtenberg" , References: Date: Sat, 22 Nov 2003 09:31:07 -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 > http://www.trachtenberg.com/patches/simplexml_xpath_ns_patch.txt > > Can someone with SimpleXML karma please review and apply. See Bug > #26159 for more information. The question I have is in simplexml_ce_register_ns. As nsmap has no specific scope, shouldnt all the entries be registered in the xpath context, which would then need to happen in simplexml_ce_xpath_search? In the meantime, here's an update of your patch: http://www.ctindustries.net/patches/simplexml_xpath_ns_patch.txt Rob