Re: [xsl] String manipulation in Xslt 1.0

Subject: Re: [xsl] String manipulation in Xslt 1.0
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 27 Aug 2020 08:55:48 -0000
Am 27.08.2020 um 10:44 schrieb Leo Studer leo.studer@xxxxxxxxxxx:
Use

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

The eq operator doesn't exist in XPath 1.0 so you need the = operator if you intend to write code for an XSLT 1.0 processor.

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.

Current Thread