Re: [xsl] How should I handle very similar templates ? Inserting a string into a match spec ?

Subject: Re: [xsl] How should I handle very similar templates ? Inserting a string into a match spec ?
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 21 Apr 2023 09:06:22 -0000
Am 4/21/2023 um 10:56 AM schrieb Richard Kerry richard.kerry@xxxxxxxx:
>
> Thanks for this.B  I am using SaxonHE 9; I believe that gives me XSLT
> 3.B  I will investigate the options given.
>
9.8 and later indeed are XSLT 3 processors, give you XSLT 3 support. In
XSLT 2 you could use the `concat` function instead of the `||` string
concatentation operator.

Current Thread