Sounds
like you should use DOM_Element::getElementsByTagName(const DOMString& name)
method.
If you
need more then that then take a look at the Xalan XPath implementation at www.apache.org.
Regards
Erik Rydgren
Mandarinen systems AB
Sweden
-----Original Message-----
From: pankaj bavishi [mailto:[EMAIL PROTECTED]]
Sent: den 11 mars 2002 16:32
To: [EMAIL PROTECTED]
Subject: select all nodesHello,
I need to select all nodes matching a pattern or string in the document using DOM parser.
How can I do this?
In MSXML you can use something like:
Node->selectNodes("Hello");
Please help.
Get your FREE download of MSN Explorer at http://explorer.msn.com.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]