xsl-list
[Top] [All Lists]

Re: [xsl] Catalog file to use local version of dtd

2008-11-18 11:09:46
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--