In the below case,
val cats = <Cats>
<Cat>pinky
<mute>stefie</mute>
</Cat>
<Dog>grey
<mute>morgan</mute>
</Dog>
</Cats>
How to get XPATH of cats->cat->mute when traverse through the Node?
In the below case,
val cats = <Cats>
<Cat>pinky
<mute>stefie</mute>
</Cat>
<Dog>grey
<mute>morgan</mute>
</Dog>
</Cats>
How to get XPATH of cats->cat->mute when traverse through the Node?