-----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: 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
|