DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12878>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12878 IOException thrown by DOMParser when Parsing file with #, % in filename [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |LATER ------- Additional Comments From [EMAIL PROTECTED] 2002-09-26 18:53 ------- Workaround is to use ----beginCode FileInputStream myInputStream = new FileInputStream(myFile); InputSource myInputSource = new InputSource(myInputStream); parser.parse(myInputSource); ----endCode where: myFile is of type File parser is of type DOMParser --------- Ideally it would be nice if the parser was able to deal with filenames passed in as arguments to the Parse command as String to deal as filenames not URLs, but the workaround is fine for now. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
