Subject: RE: xsl:include or xsl:import Q
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 10 Jul 2001 23:42:04 +0100
|
> I had a Q about the XSLT spec for the href attribute. Is
> there a way you can
> include an entire directory, kinda like href="*.xsl" or
> href="lib/*"? Or
> employ somewhat of a *.jar concept in XSLT? Any help is appreciated.
>
If using JAXP you could write a URIResolver that returns a constructed
stylesheet containing <xsl:include> statements for all the files in the
directory.
Mike Kay
Software AG
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|