Re: [xsl] Fetching the value of a dynamically assigned attribute

Subject: Re: [xsl] Fetching the value of a dynamically assigned attribute
From: "Joseph L. Casale jcasale@xxxxxxxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 19 Jul 2017 11:01:35 -0000
-----Original Message-----
From: Michael Kay mike@xxxxxxxxxxxx [mailto:xsl-list-
service@xxxxxxxxxxxxxxxxxxxxxx]
Sent: Wednesday, July 19, 2017 3:29 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Fetching the value of a dynamically assigned attribute

> Better is <xsl:value-of select="concat('some-text', .)" /> - because the
first
> one will fail if there are multiple text nodes separated by comments. Using
> "." here is equivalent to string(.) which gives you the string-value of the
> element.

Nice, I didn't even realize that.

> These are all syntactically correct, but the one that doesn't work is
> semantically incorrect, because you didn't take context into account.

Thanks everyone,
jlc

Current Thread