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=10502>.
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=10502

spaces in href attribute of xml-stylesheet PI





------- Additional Comments From [EMAIL PROTECTED]  2002-07-08 12:38 -------
IDOMPrint (Xerces sample App) was used for the following examples:

1) IDOMPrint http://mymachine/filename%20with%20spaces.xsl
   This works fine.

2) IDOMPrint "file:///C:/filename with spaces.xsl"
   This works fine.

3) IDOMPrint "http://mymachine/filename with spaces.xsl"
   This doesn't work.

4. IDOMPrint file:///C:/filename%20with%20spaces.xsl
   This doesn't work.

This seems to imply that Xerces expects the http scheme to be escaped, but not 
the file scheme.

Xalan differs with respect to example 2 which doesn't work the same as Xerces.

Reply via email to