2 users online. Create an account or sign in to join them.Users
How to get a session variable into an element name?
This is an open discussion with 2 replies, filed under XSLT.
Search
<xsl:value-of select="*[name() = concat('name-', $session-lang)]" />
Grazie mille!
Create an account or sign in to comment.
Sorry, I just can't get my head around this:
Is there a way to turn this...
<xsl:value-of select="concat('name-', $sessionmonster-lang)" />...into this:
?
I am already banging my head against the table...