To parse an XML file in java whose path is to be got dynamically
- by coolie_88
Hi,
I have a class Test in C:/proj/test_xml/Test.java. Given
parser.parse("test.xml");
I need a way to parse test.xml whether it is in current directory, proj or in C:/
Also, the solution should not make use of java.io
Thanks