[Home] [By Thread] [By Date] [Recent Entries]
Within an XSL Stylesheet how can we dynamically change the select attribute
of
"for-each" xsl element.
Eg
<xsl:for-each select='Some Default'>
...
</xsl:for-each>
Now I want to dynamically transform the above xsl to the following xsl
<xsl:for-each select='ElementName[@value="Contents of a Variable"]'>
...
</xsl:for-each>
or can you use a variable inplace of the "Contents of a Variable"
Regards Wendy
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



