Here is the problem, i have a form where the text value needs to be like this...
<input type="text"><xsl:attribute name="value"><xsl:for-each select="email"><xsl:value-of select="name" /> ~ <xsl:value-of select="email" /></xsl:for-each></xsl:attribute>
but, you cant put a "xsl:for-each" within an attribute.
Does anyone have any ideas what i could do, maybe define a variable somehow that would equal the same as the for-each loop and put that in the attribute???
russ
<input type="text"><xsl:attribute name="value"><xsl:for-each select="email"><xsl:value-of select="name" /> ~ <xsl:value-of select="email" /></xsl:for-each></xsl:attribute>
but, you cant put a "xsl:for-each" within an attribute.
Does anyone have any ideas what i could do, maybe define a variable somehow that would equal the same as the for-each loop and put that in the attribute???
russ