atom feed9 messages in org.oasis-open.lists.docbook-appsRe: DOCBOOK-APPS: extension for saxon...
FromSent OnAttachments
Bradford, DenisJul 25, 2001 7:17 am 
Michael SmithJul 25, 2001 10:32 am 
Bradford, DenisJul 26, 2001 6:11 am 
Bradford, DenisJul 26, 2001 6:26 am 
Jean-Baptiste QuenotJul 27, 2001 6:54 am 
Dave PawsonJul 27, 2001 10:53 am 
M.-A. DARCHEJul 27, 2001 2:14 pm 
Dave PawsonJul 28, 2001 12:57 am 
M.-A. DARCHEJul 28, 2001 7:44 am 
Subject:Re: DOCBOOK-APPS: extension for saxon 6.4.3 broken?
From:Michael Smith (smi@xml-doc.org)
Date:Jul 25, 2001 10:32:23 am
List:org.oasis-open.lists.docbook-apps

"Bradford, Denis" <den@rational.com> writes:

Would this also be the cause of the error below?

java com.icl.saxon.StyleSheet xmldiffmrg.xml htmlhelp.xsl

Error java.net.MalformedURLException: unknown protocol: d Transformation failed: run-time errors were reported

You're on Windows, right? And you've got something like this in your doc instance:

<?xml-stylesheet href="file:///d:/docbook/xsl-stylesheets/html/docbook.xsl" type="text/xsl"?>

I think the error message is saying your XSLT engine is confused by the "d:" -- thinks it's trying to specify a protocol like http:, ftp: or whatever.

The fix, I think, is to monkey with the number of slashes after the real protocol identifier -- the "file:" part. That is, take a slash out or put one more in, then try launching XSLT engine again.