Re: [xsl] xsl:include href attribute

Subject: Re: [xsl] xsl:include href attribute
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 16 Jul 2002 18:37:31 +0100
> Guess I am screwed then, 
you can achieve any result you want, just not always the way you want to
do it. 

You haven't said what you actually wanted to do, just what you tried
using Xpath expressions in xsl:include.

people try doing this for different reasons, and the suggested
alternatives vary, so given no info, here's a random collection of
possible answers.

1) use a relative URI (from the base stylesheet)

2) don't try to include different stylesheets from a common base
   depending on circimstances. Instead run different stylesheets
   depending on circumstances and get each of these stylesheets to
   import a common core stylesheet.

3) import all the stylesheets you might use, but make sure the templates
   use different modes, then in your main stylesheet apply templates in
   a given mode by testing your variable in an xsl:choose.

4) use perl instead of XSLT.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread