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]
Other format: [Raw text]

Re: xsl:include href attribute


> 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


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