0

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?

0 Answers0