Hi..
When I save something in a variable in a loop for-each i dont have access to
this variable out of the loop for-each.
How can i resolve this situation.
In the following example:
<xsl:for-each select="Attribute_Groups/Attribute">
<xsl:variable name="aname" select="@Name" />
........
</xsl:for-each>
How can i access the variable aname out of the loop for-each?
Best Regards
Jose
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Variables
- AROSO Jose Antonio - Fri, 1 Aug 2003 06:34:36 -0400 (EDT) <=
- <Possible follow-ups>
- Dave Beattie - Fri, 1 Aug 2003 06:45:35 -0400 (EDT)
- Jeff Beadle - Fri, 1 Aug 2003 07:10:41 -0400 (EDT)
|
|