SAX parser does not resolve filename
- by phantom-99w
Another day, another strange error with SAX, Java, and friends.
I need to iterate over a list of File objects and pass them to a SAX parser. However, the parser fails because of an IOException. However, the various File object methods confirm that the file does indeed exist.
The output which I get:
11:53:57.838 [MainThread] DEBUG…