Is there an easy way to read an XML file in Java?
Posted
by user303135
on Stack Overflow
See other posts from Stack Overflow
or by user303135
Published on 2010-03-27T11:06:03Z
Indexed on
2010/03/27
11:13 UTC
Read the original article
Hit count: 346
I'm fairly new to Java and am writing an app that needs an XML config file. The problem I have is that there doesn't seem to be any easy way to do this, which seems a bit strange. I've looked SAX and DOM and both seem quite complicated. Are there any other good API's out there? What's the best way to do this in Java? Thanks...
© Stack Overflow or respective owner