|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Managing semi-trivial sets of stylesheets.
> Then in the stylesheet:
>
> <xsl:variable name="configData" select="document('config.xml')" />
> <xsl:variable name="includeDirectory" select="$configData/includes" />
>
> <xsl:include href="$includeDirectory/common.xml" />
>
> Maybe not a 'mainstream XML' solution, but it works for me.
>
With which processor? It shouldn't work, because the href attribute of
<xsl:include> is a URI, not an XPath expression that evaluates to a URI.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








