Re: [xsl] choosing what to include based on XML

Subject: Re: [xsl] choosing what to include based on XML
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 9 Sep 2003 16:20:02 +0100
> <xsl:include href="{$skin-Config}"/> 

> As you guys did so well on the pagination thing, want to take a crack
> ?
There's no need, this is (or was) a FFFAQ and I'm sure it is listed in
the fAQ for this list.

xsl:include is a compile time include that happens before the stylesheet
is executed, so clearly it can't depend on any values generated by
running code in the stylesheet.

The usual advice is instead of trying to call the main code with a
parameter, put teh main code in an included file and then call dufferent
top level stylesheets that iuncludes the common code depending on which
skin config you want.

David


________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread