Title: 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

     
    [EMAIL PROTECTED]
    Comverse Divisional Developer
    EMEA1 E7-General 3log
    03-6454768


Reply via email to