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: "Chris Papademetrious christopher.papademetrious@xxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 2 Dec 2022 13:42:20 -0000
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