get an extension element to recognize variable

admin

Administrator
Staff member
Is there a way to get an extension elemement to recognize avariable/parameter?Anything i put in the quotes is getting intrepreted literally.<xsl:template match="SOME_ELEMENT"><xsl:param name="param" select="@NAME"/><itemConfig:setRadioAttr text="{$param}"/></xsl:template>
 
Back
Top