M
Marco Trapanese
Hello,
I have a xml file like this:
<book id='1'>
<name></name>
<author></author>
...
</book>
<book id='2'>
...
</book>
<book id='3'>
...
</book>
....
How to find the book with attribute id = '2' without cycle all nodes?
Thanks!
Marco / iw2nzm
I have a xml file like this:
<book id='1'>
<name></name>
<author></author>
...
</book>
<book id='2'>
...
</book>
<book id='3'>
...
</book>
....
How to find the book with attribute id = '2' without cycle all nodes?
Thanks!
Marco / iw2nzm