Hi Roger,
To me, this indicates the intent clearly. I find it beautiful in its own XSLT
way.
- Chris
-----Original Message-----
From: Roger L Costello costello@xxxxxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Friday, December 2, 2022 8:09 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: A beautiful way to say: "give me the sequence after the first
item"?
Hi Folks,
I have a variable, $tokens, whose value is a sequence of items.
I want to select all items after the first item. Here is one way to do it:
$tokens[position() gt 1]
To my eyes, that is not beautiful code.
Is there a beautiful (i.e., succinct) way to select all items after the first
item?
/Roger
|