[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Problem with saxon7, Transformer and URIResolver


Subject: Re: [xsl] Problem with saxon7, Transformer and URIResolver
From: Olaf Meske <omeske@xxxxxxxxxxx>
Date: Fri, 08 Apr 2005 14:31:54 +0200

Michael Kay schrieb:
The URIResolver on the Transformer is used for resolving run-time URIs, such
as those in the document() function. For compile-time URIs, such as
xsl:include, you need to set a URIResolver on the TransformerFactory. By the
time you create your Transformer the stylesheet has already been compiled,
and all xsl:includes and xsl:imports have already been resolved.

Thanks, that works :-), I just saw the Transformer and haven't seen the TransformerFactory.setURIResolver().

Regards,

Olaf

--
Olaf Meske
www.softcare.de


Current Thread