Guest_imported
New member
- Jan 1, 1970
- 0
Hello,
I've got a problem with the for-each statement. First the code:
<!--***************************************** -->
<xsl:variable name="tim">row</xsl:variable>
<xsl:for-each select="page/$tim">
<xsl:variable name="age" select="age"/>
<input type="text" value="{$age}">
</xsl:for-each>
<!--***************************************** -->
Well, the for-each statement is not working this way. I think it's abvious what I'm trying to do here so I wont have to explain that. Could somebody tell me the right way to de this?
thanks.
I've got a problem with the for-each statement. First the code:
<!--***************************************** -->
<xsl:variable name="tim">row</xsl:variable>
<xsl:for-each select="page/$tim">
<xsl:variable name="age" select="age"/>
<input type="text" value="{$age}">
</xsl:for-each>
<!--***************************************** -->
Well, the for-each statement is not working this way. I think it's abvious what I'm trying to do here so I wont have to explain that. Could somebody tell me the right way to de this?
thanks.