Re: [xsl] document URI resolution.

Subject: Re: [xsl] document URI resolution.
From: Robert Koberg <rob@xxxxxxxxxx>
Date: Thu, 10 Feb 2005 16:02:16 -0800
Is there a way to configure the TransformerFactory to also resolve
document() URI's ?


The /Transformer/ object's URIResolver should resolve the document() calls. The /TransformerFactory/ object's URIResolver should resolve xsl:import/include.


This is good because you can have two resolvers for the different needs. But, in most processors, if you set one resolver on the Transformer it will resolve document() and xsl:inlcude/import.

best,
-Rob

Current Thread