Jump to content

Xml Processing


awitt

Recommended Posts

I need to do some simple XML processing using Java. All I have to do is step through an XML file until I find a match to a file name that is stored within each element. I use Java often, but I'm unfamiliar with the JAXP APIs. Can anyone get me started?

Link to comment
Share on other sites

  • 2 weeks later...
I need to do some simple XML processing using Java. All I have to do is step through an XML file until I find a match to a file name that is stored within each element. I use Java often, but I'm unfamiliar with the JAXP APIs. Can anyone get me started?
Use Rome. found here:http://techinitiatives.blogspot.com/2007/0...-with-java.htmlI used it to create an RSS feed aggregator on my own site in jsp/java.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...