[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: First steps with high order functions

Subject: Re: First steps with high order functions
From: "Michael Kay mike@xxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 21 Jun 2018 16:59:38 -0000
Re:  First steps with high order functions
> On 21 Jun 2018, at 15:34, Eliot Kimber ekimber@xxxxxxxxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> For this:
>
> $name => tokenize(' ') => for-each(nu:camelCase#1) => string-join(' ')
>
> Why not use:
>
> $name => tokenize(' ') ! nu:camelCase(.) => string-join(' ')
>

No reason at all. The fn:for-each() function only really comes into its own
when the function supplied as the second argument is a variable, e.g.

let $caseConversions := map {
   "uc": fn:upper-case#1,
   "lc" : fn:lower-case#1,
   "cc" : nu:camelCase#1
}
let $selectedCase := /options/@selectedCase
return $name => tokenize() => for-each($caseConversions($selectedCase)) =>
string-join(.)

Michael Kay
Saxonica

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.