Re: [xsl] A beautiful way to say: "give me the sequence after thefirst item"?

Subject: Re: [xsl] A beautiful way to say: "give me the sequence after thefirst item"?
From: "Dimitre Novatchev dnovatchev@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 2 Dec 2022 13:56:24 -0000
Good morning ,

Use fn:tail() , of course .

Sent from my iPhone

> On Dec 2, 2022, at 5:42 AM, Chris Papademetrious
christopher.papademetrious@xxxxxxxxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> o;?Or
>
> $tokens => tail()
>
> because I look for excuses to use that syntax now. (Although, the tail()
solution is not personally intuitive to me so I would have kept the original
form.)
>
> - Chris
>
> -----Original Message-----
> From: Roger L Costello costello@xxxxxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
> Sent: Friday, December 2, 2022 8:21 AM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: [xsl] A beautiful way to say: "give me the sequence after
thefirst item"?
>
> Martin Honnen wrote:
>
>> tail($tokens)
>
> Ah ...
>
> That, to my eyes, is beautiful code.
>
> Thank you Martin!
>
> /Roger

Current Thread