I have a xml file that is on this link
http://nchc.dl.sourceforge.net/project/trialxml/options.xml
I have downloaded and parsed it successfully and also made a
Try using DOM parser, to parse your xml document
DOM parser
See this link for further details:
http://tutorials.jenkov.com/java-xml/dom.html