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=13679>. 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=13679 White Space in path kill SYSTEM tag ------- Additional Comments From [EMAIL PROTECTED] 2002-11-15 15:00 ------- Hi. The JAXP code had the same problem before (the file path from File objects were not converted to valid URI's). Xerces fixed this problem in its own copy of the JAXP code. You can look at the following file for how filepath-to-uri works. (We've moved from ConvertToURI to FilePathToURI, which uses a different algorithm for escaping illegal URI characters, and can also handle non-ascii characters correctly.) We are working on merging the fix to the JAXP code in xml-commons. Cheers. http://cvs.apache.org/viewcvs.cgi/xml- xerces/java/src/javax/xml/parsers/FilePathToURI.java?rev=1.2&content- type=text/vnd.viewcvs-markup -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
