Re: [xsl] Re: Pearls of XSLT and XPath 3.0 Design ... new chapter on Binary Search Trees

Subject: Re: [xsl] Re: Pearls of XSLT and XPath 3.0 Design ... new chapter on Binary Search Trees
From: Wolfgang Laun <wolfgang.laun@xxxxxxxxx>
Date: Tue, 8 Jan 2013 12:37:25 +0100
On 08/01/2013, Costello, Roger L. <costello@xxxxxxxxx> wrote:
>
> More ... http://www.xfront.com/Pearls-of-XSLT-and-XPath-3-0-Design.pdf

<quote>
<xsl:variable name="feet-to-yards" select="function(
                                                     $a as xs:decimal
                                                   )
                                                   as xs:decimal
                                             {$a * 3}" />
</quote>

Oops, I almost crashed my plane... ;-)
-W

Current Thread