xsl-list
[Top] [All Lists]

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

2013-01-08 05:37:43
On 08/01/2013, Costello, Roger L. <costello(_at_)mitre(_dot_)org> 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

--~------------------------------------------------------------------
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>
--~--