|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: mapping (Was: Re: Re: . in for)
Jeni Tennison <jeni at jenitennison dot com> wrote:
[snip]
> Or if you just don't like the -> then there are still a few ASCII
> characters left, and several interesting combinations of them, or
> there's always a word (or two) as the operator, like 'map':
>
> $departments map lower-case(.)
>
> and:
>
> $coordinates map (. * 2)
> map if (position() mod 2) then . + 50 else .
>
Hi Jeni,
As I already pointed out in my reply to Dave,
> $departments map lower-case(.)
would be ambiguous, as lower-case(.) is a value/string (the result of the
application of lower-case() on .
What map needs is a function (or at least an expression). Therefore, a more correct
and unambiguous way to present the above is:
$departments map expression('lower-case(.)')
Cheers,
Dimitre Novatchev.
__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








