Re: [xsl] How to create xsl:key that has a composite value in its "use" attribute?

Subject: Re: [xsl] How to create xsl:key that has a composite value in its "use" attribute?
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 15 Mar 2025 14:25:23 -0000
On 15/03/2025 15:22, Roger L Costello costello@xxxxxxxxx wrote:
Thank you. Below is a sample input document. The ANAV row with NAV_IDENT = HUM, NAV_CTRY = AR, NAV_TYPE = 1 matches two BDRY row elements and the result should be:



<result>

<BDRY_IDENT>Boundary 1</BDRY_IDENT>

<BDRY_IDENT>Boundary 2</BDRY_IDENT>

</result>


Please show us the complete XSLT as well, that produces the wrong result.

Current Thread