I have a xml that looks like this
<req>
<info>
<element name = "bob" value="20"/>
<element name = "reena" value="50"/>
</info>
</req>
I need to get value 20 or 50 without using parent nodes req and info
can anyone help me with this?
I need to get va" />
I have a xml that looks like this
<req>
<info>
<element name = "bob" value="20"/>
<element name = "reena" value="50"/>
</info>
</req>
I need to get value 20 or 50 without using parent nodes req and info
can anyone help me with this?
Copyright © 2021 Jogjafile Inc.
You might find something like
a bit more flexible.