Subject: Re: xsl:import (was Re: EZ/X Speed)
From: Chris Lilley <chris@xxxxxx>
Date: Thu, 16 Dec 1999 22:47:24 +0100
|
Sebastian Rahtz wrote:
>
> I have many statements of the form
>
> <xsl:import href="svg-pdf.xsl"/>
>
> in my XSL stylesheets, which up until now have caused no problems
> (with XT, Oracle and Saxon). Today, interested in the [expletive deleted] contest,
> I downloaded EX/X and tried it. It informed me:
>
> java.net.MalformedURLException: no protocol: svg-pdf.xsl
>
> I can see why this happens, but is it the correct interpretation?
> should I be putting a "file:" in my xsl:import statements?
What you have is a perfectly valid partial URL, which will be resolved
relative to the base of the document being processed.
--
Chris
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|