Re: [xsl] What is the best way to get the value of a leaf element and store it into a variable?

Subject: Re: [xsl] What is the best way to get the value of a leaf element and store it into a variable?
From: "Leo Studer leo.studer@xxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 29 Mar 2024 13:04:48 -0000
> On 29 Mar 2024, at 13:03, Roger L Costello costello@xxxxxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
>

> Are there other ways?
>
<xsl:variable name="leaf-elmt-value" select="$leaf-elmt/string(.)b/>



Cheers, Leo

Current Thread