I would like to get xpath of each element in xml document.
I have written the code, but the last element's number is
getting incremented where i want that to start from [0].
Can anyone please help me?
My code as follows:
book.xml
my
java program is:
I need to read xml data and put it on the browser. I thought frist i will get xpath of all the elements and get its value calling xpath from my another java program.
Is there any better way to do it ? please suggest me?!
Please help