Re: [xsl] saxon

Subject: Re: [xsl] saxon
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 14 Apr 2003 12:39:24 +0100
>  unknown protocol: l

a URI of the form 
http://www.w3.org
has "protocol" http, and in general the protocol part of a URI is the
bit before the :

Most likely you have use a uri of the form

l:\a\b\c

which is something in the uregistered URI protocol "l"  which saxon does
not know.

Some programs will silently correct your error and replace this by a uri
in the file protocol

fil:///l:/a/b/c

but the programs are wrong to do this: generating an error is the right
thing to do.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread