This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

xsl:include, paramterizable?


I would like to dynamically specify attribute sets (defined
in different xsl files) to include.

So I thought I'd do something like:

<xsl:variable name"styles">defaultstyles.xsl</xsl:variable>

<xsl:include href="<xsl:value-of select={$styles}>"/>

But, that didn't work (not terribly surprising).

Nor did:
<xsl:include href=<xsl:value-of select="{$style}"/>/>


It's looking like this sort of thing isn't possible.

Ideas?  Alternatives?  Bad syntax?

Thanks,

Joel
-- 
Joel Riedesel
Jnana Technologies Corporation
mailto:jriedese@jnana.com
303 805 8275


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]