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=6149>. 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=6149 problem with getAssociatedStylesheet ------- Additional Comments From [EMAIL PROTECTED] 2003-03-26 14:52 ------- On a side note, getAssociatedStylesheet() seems to have problems with spaces in filenames. For example, <?xml-stylesheet href="file:/tmp/di st/xslt.xsl" type="text/xsl"?> is not handled correctly. <?xml-stylesheet href="file:/tmp/dist/xslt.xsl" type="text/xsl"?> is -- note the space in "di st" in the former example. This is especially problematic when using Xalan on a MS Windows system. A fix for this flaw can probably be implemented quite fast and would be very benefitial.
