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: 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
|