This is the mail archive of the
docbook-apps@lists.oasis-open.org
mailing list .
Re: Saxon 6.4.3 MalformedURLException error
- To: docbook-apps at lists dot oasis-open dot org, gershon at mainsoft dot com
- Subject: Re: DOCBOOK-APPS: Saxon 6.4.3 MalformedURLException error
- From: Bob Stayton <bobs at caldera dot com>
- Date: Sun, 21 Oct 2001 13:07:46 -0700 (PDT)
- List-Id: <docbook-apps.lists.oasis-open.org>
> From: Gershon L Joseph <gershon@mainsoft.com>
>
> I've installed Instant Saxon 6.4.3 on Windows 2000, as well as the DocBook
> XSL stylesheets version 1.45. When I run Saxon, I get the following error:
>
> Error
> java.net.MalformedURLException: unknown protocol: u
> Transformation failed: run-time errors were reported
>
> I'm using this command to run Saxon:
> C:\home\gershon\test>saxon
> M:\doc\doc\products\MainWin\techdoc\src\docset.xml
> C:\tools\docbook\docbook-xsl-1.45\htmlhelp\htmlhelp.xsl
>
> I get the same errors if I call the htmlhelp.xsl stylesheet or the
> html.xsl, so it seems to relate to my installation...
>
>
> Has anyone got any ideas as to what's wrong?
How does the DOCTYPE declaration in your document
refer to the DocBook DTD? If it is resolving
(either directly or through a catalog lookup) to
a pathname with a Windows drive letter, you will
get that error. The DTD reference is treated as a URI,
and URIs can start with 'http:' or 'ftp:' or some
other protocol. It thinks the drive letter is a
protocol.
bobs
Bob Stayton 400 Encinal Street
Publications Architect Santa Cruz, CA 95060
Technical Publications voice: (831) 427-7796
Caldera International, Inc. fax: (831) 429-1887
email: bobs@caldera.com
----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>