Your question is
vague. If you're looking for a way to get a list of elements with a given tag
name, you can use getElementsByTagName() or getElementsByTagNameNS(), both of
which are members of DOM_Element and DOM_Document.
-----Original Message-----
From: Bavishi, Pankij [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 07, 2002 9:46 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE:node
Importance: High
From: Bavishi, Pankij [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 07, 2002 9:46 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE:node
Importance: High
Hi,
What is the API to get nodelist (ie. List of nodes) based on a particular string.
(Say) nodeList nl = node.selectNodes(string sKey)
I know this one is wrong, please suggest me the correct one.
Thanks
