RE: [xsl] importing/including a stylesheet with a dynamic name (can't)

Subject: RE: [xsl] importing/including a stylesheet with a dynamic name (can't)
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 31 Jan 2001 18:01:11 -0000
> Because
> my skins are destination agnostic and my layouts are branding
> agnostic, I
> need to be able to transform foo.xml using layoutx.xsl and skinz.xsl.

Then I think you need to transform using a stylesheet comboXZ.xsl that
imports the layoutx and skinz.

You're not alone in wanting to do things at run-time that the language
design only allows you to do at compile time. But like C or Java or Visual
Basic, I'm afraid XSLT doesn't let you define the program as you go along.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread