On Mon, 2007-09-17 at 18:02 -0400, Santiago Pericas-Geertsen wrote: > On Sep 15, 2007, at 8:49 PM, Robert Koberg wrote: > > > Hi, > > > > Has anything or will anything be done for XSLTC to use a resolver for > > xsl:import/xsl:include for the Templates object. > > You mean other than the URIResolver that you can set on the > TransformerFactory?
Yes, the Templates' resolver (set on the TranformerFactory) resolves xsl:import/xsl:include and the Transformer's resolver resolves the document function. Both Xalan interpretive and Saxon allow setting both of these. In my experience, the resolver for the Templates object is much simpler than the one for the Transformer. I find it nice to keep them separate. And, it's in JAXP that you should be able to do so. XSLTC ignores a resolver set on the Templates and resolves files relative to the XSL file. best, -Rob > > -- Santiago > > > Xalan interpretive does do this and allows you to set a different > > resolver for the Transformer. (So does Saxon 6x). > > > > Thanks, > > -Rob > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]