This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook] Re: QUERY: URI convention in DocBook XSL Stylesheets


>>>>> Daniel Veillard <veillard@redhat.com>:

> On Fri, Oct 03, 2003 at 02:43:12PM -0400, Jeff Beal wrote:
>> I have had success with both xsltproc and saxon on Windows 2000 using
>> 'file:///C:/' to begin my absolute URI's in XSL files.  (FWIW, Emacs uses
>> 'file:/C:/', but xsltproc fails on this.)

>   To me "file:/C:/" doesn't seems correct w.r.t. the old RFC describing
> (or failing to describe :-\) the file protocol.

You want two slashes, and then an optional machine name, followed by a
slash, and then the path on the machine?

Eg. something like this:
	file://mywinpc.somewhere/C:/...
or
	file:///C:/...
?




To unsubscribe from this list, send a post to docbook-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]