Re: [xsl] UnknownHostException

Subject: Re: [xsl] UnknownHostException
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 26 Oct 2001 13:58:26 +0100
> That works for UNIX. 

That was the question though, unix.


> But file://D:\test.xml do not work for windows. 
of course not, uou have missed out the machine name component.
it should be
file:///D:/test.xm
with an empty machine name between the // and the first /
as in my third example that you quoted.

file:///usr/docs/x.xml
      ^

> There works 
> file:///D:\test.xml and file:/D:\test.xsm

No, both of those are incorrect. IE actually corrects that user error
for you and changes \ to / but it is not obliged to.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread