You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by Tankel Ifat <If...@icomverse.com> on 2002/07/16 14:06:14 UTC

getting the xpath of a searched Node.

> Hi!
> 
> I have the following problem I hope you can help me with.
> 
> I have few tags <condition> in my XML file.
> Example:
> <a>
> 	<condition>1</condition>
> 	<b>
> 		<condition>2</condition>
> 	<b>
> </a>
> 
> I need to find all the <condition>s and perform some logic for every found
> node. 
> But after storing all of them in a list, I need to know their xpath.
> How can I get the xpath of a searched Node?
> 
> Thanks in advance,
> Ifat Tankel
>  
> ifat.tankel@comverse.com
> Comverse Divisional Developer
> EMEA1 E7-General 3log
> 03-6454768
> 
>