Hello all, I ran into an interesting problem tonight. I am using a SAX2 parser. My app moves my xml file to a new directory immediately following parsing, or if parsing is aborted after a SAXException is thrown. I am getting an access conflict on the file trying to move my file following a SAXException being thrown and parsing being aborted. I have checked the XMLReader interface and noticed that there are no methods declared for explicitly closing the underlying file. Is there some way for the app to explicitly control the closing of the file, and if not, should this be added? (I guess another question is when exactly is the file being closed now?)
Thanks in advance for help! BradO
