Extracting All Paths & Values from a DOM?

D

Daniel Yacob

Greetings,

I'm looking for a Java API that would read an XML doc, as a DOM would
be fine, and spit out a list of xpaths and corresponding values for
all leaf nodes. Is there such a thing?

If not, I can imagine accomplishing this with a tree walk over a DOM
object and stuffing the path/value info into a hash along the way. Is
there a better way to go about it?

thanks,

/Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top