Programming Tutorials

Comment on Tutorial - XML and Java - Parsing XML using Java Tutorial By Maggie



Comment Added by : dipesh

Comment Added at : 2011-12-09 09:53:46

Comment on Tutorial : XML and Java - Parsing XML using Java Tutorial By Maggie
the DomParserExample.java shows MAlformedURLException.
For this purpose,we got to add this line:
File f=new File("xyz.xml");

and then add dom = db.parse(f);


View Tutorial