xsl-list
[Top] [All Lists]

Re: [xsl] XSLT 2.0 courses?

2020-09-21 10:24:35
On Mon, Sep 21, 2020 at 10:30:56AM -0400, Graydon Saunders scripsit:
but I also feel my toes starting to extend out over an abyss.

Thinking about this a little more,

what I mostly want is first-available($sequence,$function)

and you get back the first member of $sequence where $function is true.

Which is equivalent to

filter($sequence,$function) => head()

So I need to stop using ($a,$b,$c,$default)[1] so much and start using
filter().

-- 
Graydon Saunders  | graydonish(_at_)gmail(_dot_)com
Þæs oferéode, ðisses swá mæg.
-- Deor  ("That passed, so may this.")
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>