awitt 0 Posted April 14, 2009 Report Share 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? Quote Link to post Share on other sites
skaterdav85 12 Posted April 27, 2009 Report Share 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. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.