awitt Posted April 14, 2009 Posted April 14, 2009 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?
skaterdav85 Posted April 27, 2009 Posted April 27, 2009 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.