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]

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


> 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


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