Return-Path: Delivered-To: apmail-directory-users-archive@www.apache.org Received: (qmail 39214 invoked from network); 21 Feb 2006 12:19:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Feb 2006 12:19:10 -0000 Received: (qmail 72981 invoked by uid 500); 21 Feb 2006 12:19:09 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 72959 invoked by uid 500); 21 Feb 2006 12:19:09 -0000 Mailing-List: contact users-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@directory.apache.org Delivered-To: mailing list users@directory.apache.org Received: (qmail 72948 invoked by uid 99); 21 Feb 2006 12:19:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2006 04:19:09 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of raghu.1729@gmail.com designates 66.249.82.195 as permitted sender) Received: from [66.249.82.195] (HELO xproxy.gmail.com) (66.249.82.195) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2006 04:19:08 -0800 Received: by xproxy.gmail.com with SMTP id s17so830757wxc for ; Tue, 21 Feb 2006 04:18:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=tj/kVijyes1KzyHvp2XYejeuIfy043K1aAmorYfWaQova4fZ5jELihubmB8KUbu/uYrkc6zauKAhbpu9p27gWyLD5AMtWyGPbSdsb3hINBjanD0aIOm1dMWLl/2MLgLzejTKlCQxZg9JJ1U/UM+E56k44OX0cTF2jzEq8nKQlyw= Received: by 10.70.112.1 with SMTP id k1mr3485216wxc; Tue, 21 Feb 2006 04:18:47 -0800 (PST) Received: by 10.70.129.12 with HTTP; Tue, 21 Feb 2006 04:18:47 -0800 (PST) Message-ID: <6daee870602210418v26471687jdae86090f5cfd2cc@mail.gmail.com> Date: Tue, 21 Feb 2006 17:48:47 +0530 From: Raghu To: users@directory.apache.org Subject: How to access only immediate child nodes by name MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_13312_4679443.1140524327817" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_13312_4679443.1140524327817 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I want to access immediate child DOMNodes by name.....Although DOMElement has a method getElementsByTagName it returns a list of all descendant nodes that have the same name....Is there a method that returns only immediate child nodes?? Thank you! Regards Raghu ------=_Part_13312_4679443.1140524327817--