xsl-list
[Top] [All Lists]

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

2017-07-19 06:01:42
-----Original Message-----
From: Michael Kay mike(_at_)saxonica(_dot_)com [mailto:xsl-list-
service(_at_)lists(_dot_)mulberrytech(_dot_)com]
Sent: Wednesday, July 19, 2017 3:29 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>