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 Summary: IOException thrown by DOMParser when Parsing file with #, % in filename Product: Xerces-J Version: 1.4.4 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: DOM AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I'm unable to parse file with an instance of DOMParser.parse(filename) when the filename has a # or % in them, I see why this is happening in the DefaultReaderFactory Class when creating a URL from Filename in the createReader method, however I've a need to support parsing of files with a # or % in them. Any help or suggestions for workaround appreciated. One suggestion would be to have the have the createReader user URLEncoder/Decoder when passing info to URL. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
