Hi, Is there any advantage to using the 3.1 arrow operator over the simple map operator?
$string => upper-case() => normalize-unicode() => tokenize("\s+")
versus
$string ! upper-case(.) ! normalize-unicode(.) ! tokenize(.,"\s+")
Thanks,
Wouter
_______________________________________________ [email protected] http://x-query.com/mailman/listinfo/talk
