OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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:/...
?





[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]