Re: File not found exception
That's really strange that the parse() method would change the file path it received. Can you debug the parse() method to see why it does that?
Re: File not found exception
Well I Think the parse() method is preset to use the relative path and just want the file name as input. However I don't know how to change to the relative path if I have to go back a couple of folders to find the right path, and doing this no matter what's the location of the file. It all seems dumb to me not using the absolute path as a standard because Everything is so much easier going that way than the other.
The documentation I find is Oracles on XMLReader, doesn't say much.
Re: File not found exception
How does the API doc describe the args to the parse() method? Are you calling it correctly?
Also posted at: http://www.javaprogrammingforums.com...tml#post162008