Re: [xsl] String manipulation in Xslt 1.0

Subject: Re: [xsl] String manipulation in Xslt 1.0
From: "Prady Prady prady.chin@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 1 Sep 2020 11:10:12 -0000
Michael,Leo,Martin :  Thank you very much for your help!!

Sorry, if I missed anybody..

On Thu, 27 Aug 2020 at 04:56, Martin Honnen martin.honnen@xxxxxx <
xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:

> 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