Re: [xsl] How to set an element as the context without using a for-each loop?

Subject: Re: [xsl] How to set an element as the context without using a for-each loop?
From: "Leo Studer leo.studer@xxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 1 May 2024 18:46:39 -0000
Thanks, Martin, for this important detail...

> On 1 May 2024, at 20:41, Martin Honnen martin.honnen@xxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> Yes, the step
>
>    / (Customer_or_Area_Code, Cycle_Date, Sequence_Number)
>
> and the step
>
>    / (Cycle_Date, Customer_or_Area_Code, Sequence_Number)
>
> will output the three elements (if they exist) in the input document order

Current Thread