yeah I am using it. Its more to it than that.

Does XERCESC support recursive searching?

like say I have to find nodes with key Hello01/hello02, such that it should find all the nodes having Hello01 as tag name and then node name of children as hello02.?

do we have any api....or I have to do it hard way?



>From: "Erik Rydgren" <[EMAIL PROTECTED]>
>Reply-To: <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Subject: RE: select all nodes
>Date: Mon, 11 Mar 2002 16:43:33 +0100
>
>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 nodes
>
>
> Hello,
>
> 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]


Chat with friends online, try MSN Messenger: Click Here
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to