Subject: Re: Catalog file to use local version of dtd
From: Dave Pawson <davep@xxxxxxxxxxxxx>
Date: Tue, 18 Nov 2008 16:09:24 +0000
|
Andrew Welch wrote:
Wherever you have:
argument=D:\path\here
... try:
argument=file:/D:/path/here
Afaik, that should really be file:///D:/ (triple slash) because
file:// is the equivalent of http:// and / is the root, however there
is a bug* in Java's URL implementation which means it accepts and
creates file:/
*I think anyway, it's hard to be confident about any of this
http://www.dpawson.co.uk/xsl/sect4/uri.html
and in particular
http://www.dpawson.co.uk/xsl/sect4/uriIncl.html
I've tried to capture as much as I could.
regards
--
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk
|