I have an XML file located at a location such as
http://example.com/test.xml
I\'m trying to parse the XML file to use it in my program with
Get rid of the new File():
new File()
Document doc = builder.parse(url);