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=2926>. 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=2926 constructor StreamSource(File f) sets incorrect system id for windows platform ------- Additional Comments From [EMAIL PROTECTED] 2002-07-15 14:57 ------- The real question here is why include is generating a relative URI and import is generating an absolute URI. Both are correct. Absolute is probably preferable, even thought the four slashes look odd -- file:/// is a shorthand for file//machine/, and the fourth slash is just the first character of the Unix path to the file. If either is breaking the URIResolver, the URIResolver needs work...
