Re: [xsl] Daisy chaining XSLT and also how can I check whether the XSLT processor supports a specific extension (specifically, ext:node-set)?

Subject: Re: [xsl] Daisy chaining XSLT and also how can I check whether the XSLT processor supports a specific extension (specifically, ext:node-set)?
From: "Liam R. E. Quin liam@xxxxxxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 7 Aug 2024 20:23:42 -0000
On Wed, 2024-08-07 at 19:33 +0000, ohaya ohaya@xxxxxxxxx wrote:
>
> B B B  <xsl:choose>
> B B B B B B B  <xsl:when test="function-available('exslt:node-set') = ''">
> B B B B B B B B B B B  <xsl:message>+++++++++ exslt:node-set NOT available
> ;)</xsl:message>

so, when exslt:node-set() is available you prodice a message saying
node-set is NOT available, which may be a little confusing
> B B B B B B B B B B B  <node-set-NOT-AVAILABLE/>
> B B B B B B B  </xsl:when>
> B B B B B B B  <xsl:otherwise>
> B B B B B B B B B B B  <xsl:message>+++++++++ exslt:node-set IS
> available</xsl:message>
> B B B B B B B B B B B  <node-set-IS-AVAILABLE/>

this will happen when exslt:node-set is not available, of course.
> B B B B B B B  </xsl:otherwise>
> B B B  </xsl:choose>

Hope this helps,

liam

--
Liam Quin,B https://www.delightfulcomputing.com/
Available for XML/Document/Information Architecture/XSLT/
XSL/XQuery/Web/Text Processing/A11Y training, work & consulting.
Barefoot Web-slave, antique illustrations: B http://www.fromoldbooks.org

Current Thread