|
Agreed! What's the difference between node
and element? As in, when �you say getNodeName
or getElementsbyTag -----Original Message----- 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----- 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 |
Title: RE:node
- RE:node Bavishi, Pankij
- RE: node Jesse Pelton
- appendChild Smita
- RE: node Bavishi, Pankij
- RE: node joseph_kesselman
