[no subject]

From: "Wendy Cameron" <wendy.cameron@xxxxxxxxx>
Date: Thu, 25 Feb 1999 12:27:40 +1000
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


Current Thread