xsl-list
[Top] [All Lists]

Re: <xsl:include> using relative paths and Saxon 8

2006-01-20 09:39:22
It's likely you'll need to call setSystemId() on the StreamSource, or
on the TransformerHandler (if you are using either of them).

If not, post the part of your code that loads the stylesheet.

cheers
andrew

On 1/20/06, Chris Ward <cward(_at_)horizon-asset(_dot_)co(_dot_)uk> wrote:
Hi,

Sorry if this is a subject that's been answered before but I've worn
myself out searching.

In brief:

1) I've just started using Saxon 8.
2) I'm using XSLT stylesheets by loading through a URL (i.e. not File) .
3) I am including another XSLT using a RELATIVE path
        <xsl:include href="Common.xsl"/>
4) It goes bang - can't find the Common.xsl since it's looking the
   the "wrong" place.
5) If I give the<xsl:include> and absolute URL it works.
6) All this was working fine before I switched to reading my XSLT via
   a URL.

I want to read the XSLT via URL because my app is invoked via Web Start
and I want to download the stylesheets from the server.

Any pointers?  I must be doing something stupid here.

Thanks all
Chris

--~------------------------------------------------------------------
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>
--~--



--~------------------------------------------------------------------
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>
--~--