How to put a XSLT tag in an HTML attribute?

Matrix

New Member
I have set a XSLT variable "description" with a "meta_words" namespace in a meta description HTML tag.Do you have the solution?Here is the code wrong\[code\]<meta name="description" content="<xsl:value-of match="meta_words" select="$description" />" />\[/code\]
 
Back
Top