Re: [xsl] String manipulation in Xslt 1.0

Subject: Re: [xsl] String manipulation in Xslt 1.0
From: "Leo Studer leo.studer@xxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 27 Aug 2020 08:44:04 -0000
Use

substring(.,string-length(.)) eq b;b

;-)



> On 27 Aug 2020, at 10:04, Michael Kay mike@xxxxxxxxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> ends-with() is an XPath 2.0 function, not available in 1.0.
>
> Michael Kay
> Saxonica

Current Thread