How to get a variable into an element name in XSLT?

genuine1

New Member
Sorry, I just can't get my head around this:Is there a way to turn this...\[code\]<xsl:value-of select="concat('name-', $language)" />\[/code\]...into this:\[code\]<xsl:value-of select="name-en" />\[/code\]?Thanks for any help!
 
Back
Top