Subject: Re: Catalog file to use local version of dtd
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Tue, 18 Nov 2008 11:08:13 +0000
|
> 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
--
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/
|