hi..
i have xml file like this..
<a url="www.google.com" text"google">
<b url="www.gmail.com" text"gmail">
<c url="www.yahoo.com" text"yahoo"></c></b>
</a>
in tat i want to search parent node of the child..
in this example i have 2 parents for the sub child c..
so if i give the word of the sub child textie)text="yahoo"..
then it will find and give the output of its parent url i.e)www.google.com,
www.gmail.com..
so like tat it goes..
so how to to this..
plz explain with examples..
need ur suggestions..
regards
gopal.s