Have a look at the jaxp.xml.transform.URIResolver interface and Transformer.setURIResolver.
Gary > -----Original Message----- > From: Yuri de Wit [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 13, 2002 12:22 PM > To: [EMAIL PROTECTED] > Subject: How to resolve <xsl:import> <xsl:include> file locations? > > > Is there a way to hook my own resolver in <xsl:import> or > <xsl:include> and have the XSLT engine call me back to > resolve them? I basically have a set of xslt files with > import dependencies between each other but I need to load > them using a custom protocol. >
