xsl-list
[Top] [All Lists]

Re: Re: [exslt] Re: [xsl] Importing compiled stylesheets

2005-06-13 02:07:34

[I removed the CC to exslt(_at_)lists(_dot_)fourthought(_dot_)com]

  But that isn't a big problem.  You can use element-available within
  xsl:when to test for the availability of the 
  exslt:include-compiled-module instruction, and, if it's not available, 
  fall back on normal xsl:include 

As others have said you could use a custom attribute on xsl:include or,
if you want to use a different element (which is more flexible in some
ways) the stylesheet author could make its use conditional using
xsl:use-when= on the extension element and and use-when (with a negated
test) on xsl:include

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. 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
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--