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?
Sebastian
PS when I did add the file:, EZ/X threw up on my stylesheet, saying
that a normal named template did not exist :-} I'll report it to EZ.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|