Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29456 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27315 invoked by uid 1010); 16 May 2007 11:04:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 27300 invoked from network); 16 May 2007 11:04:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 May 2007 11:04:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=marco.kaiser@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=marco.kaiser@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.233 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: marco.kaiser@gmail.com X-Host-Fingerprint: 64.233.162.233 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.233] ([64.233.162.233:48559] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6E/99-34333-B25EA464 for ; Wed, 16 May 2007 07:04:13 -0400 Received: by nz-out-0506.google.com with SMTP id k1so531949nzf for ; Wed, 16 May 2007 04:04:09 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=esSfvFPsk33cqzXMQmDyVEsFW+7eMv7TYr7E+kbKlWO8FTtlfIx3ekBj5tTnx+02qFwZWP013KJ3hg0KBRad5KqYilJaS8S1ZCuNu6C2OBKexTlGi/KxTAHuQYvf18ANHynBvEIYmigADgw56Tx6EkjGutC+N1MY6E/0gmReiiU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=rP/4UYkN32aWfG143+c9EQXAwmHfDqCQzA9kwGMPSZmWP3hpxFmZ4ft6DlIV3SpYreHgc55UdWmRScXaspqNOjCHZFvM6xSIPwHDafaGDZ7XwPuetUmQGSqjFDtjWmRu4NVJM/vEY9/FTgi+sKzzL3a/xKpFwSTouq6gboocFkw= Received: by 10.64.251.9 with SMTP id y9mr3002397qbh.1179313449486; Wed, 16 May 2007 04:04:09 -0700 (PDT) Received: from ?10.10.4.1? ( [217.7.237.75]) by mx.google.com with ESMTP id w5sm18520850mue.2007.05.16.04.04.08; Wed, 16 May 2007 04:04:08 -0700 (PDT) Message-ID: <464AE4EF.5050806@gmail.com> Date: Wed, 16 May 2007 13:03:11 +0200 User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: kepbepos kepbepos CC: internals@lists.php.net References: <799aeacc0705150244w51fc2ce2t9b54512d4e116d55@mail.gmail.com> In-Reply-To: <799aeacc0705150244w51fc2ce2t9b54512d4e116d55@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] dom strange behaviours From: marco.kaiser@gmail.com (Marco Kaiser) hi, looks like you have an problem or this has been fixed with php 5.2.2. Or can you maybe explain what you expect? my results are: Current PHP version: 5.2.2 getting id ---------- getAttribute('id'): getAttribute('xml:id'):one getAttributeNS('xml','id'): getAttribute('at'): getAttribute('xml:at'):one getAttributeNS('xml','at'): getting id ---------- getAttribute('id'): getAttribute('xml:id'):two getAttributeNS('xml','id'): getAttribute('at'): getAttribute('xml:at'):two getAttributeNS('xml','at'):