G
Guest
In the typical xsl you create elements as follow
<xsl:for-each select="fname"><FriendlyName></FriendlyName></xsl:for-each
In this case I need to create the name of the element programaticall
<xsl:for-each select="catkeymaster"><xsl:element name= ><--- need to assign the name of element with
something like <xsl:value-of select='catkey' /></xsl:element></xsl:for-each
BUT none of the syntax I have tried works
Any help would be most appreciated
Thanks
Pat
<xsl:for-each select="fname"><FriendlyName></FriendlyName></xsl:for-each
In this case I need to create the name of the element programaticall
<xsl:for-each select="catkeymaster"><xsl:element name= ><--- need to assign the name of element with
something like <xsl:value-of select='catkey' /></xsl:element></xsl:for-each
BUT none of the syntax I have tried works
Any help would be most appreciated
Thanks
Pat