xsl-list
[Top] [All Lists]

Re: [xsl] XSLT 2.0 courses?

2020-09-21 05:06:47
Dave Pawson dave(_dot_)pawson(_at_)gmail(_dot_)com 
<xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> writes:
On 21 Sep 2020, at 02:34, Pieter Lamers 
pieter(_dot_)lamers(_at_)benjamins(_dot_)nl 
<xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> wrote:
[…]
let $a := ('one','two','three')
let $b := ('none')

return ($a, $b)[1] will return just the first item in the sequence,
'one', and not 'one','two','three', which might be what you want to
achieve in this quasi shorthanded if/else construction.

I wonder how that reads with (ex) DSSSL or elisp users? Odd I would
imagine.

A bit odd, but it’s a direct consequence of sequence flattening. You
just have to get used to that.

                                        Be seeing you,
                                          norm

--
Norman Tovey-Walsh <ndw(_at_)nwalsh(_dot_)com>
https://nwalsh.com/

Once the game is over, the king and the pawn go back in the same box.
--~----------------------------------------------------------------
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
--~--

Attachment: signature.asc
Description: PGP signature

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