Subject: Variables
From: xptm@xxxxxxx
Date: Mon, 12 Jul 2004 17:57:42 +0100
|
Hi:
I have this vars defined:
<xsl:variable name="pages">
<xsl:for-each
select="/Formatos/Forms/Form/Grids/Grid/Zooms/Zoom[@Coluna!='xxx']">
<xsl:value-of select="concat(FormZoom,':')" />
</xsl:for-each>
</xsl:variable>
<xsl:variable name="params">
<xsl:for-each
select="/Formatos/Forms/Form/Grids/Grid/Zooms/Zoom[@Coluna!='xxx']">
<xsl:value-of select="concat(ParametroZoom,':')" />
</xsl:for-each>
</xsl:variable>
As it is possible that the number of vars can grow, can i have some
equivalent
to
<xsl:for-each
select="/Formatos/Forms/Form/Grids/Grid/Zooms/Zoom[@Coluna!='xxx']">
<xsl:variable name="pages">
<xsl:value-of select="concat(FormZoom,':')" />
</xsl:variable>
<xsl:variable name="params">
<xsl:value-of select="concat(ParametroZoom,':')" />
</xsl:variable>
</xsl:for-each>
Thanks.
O SAPO ja esta livre de vmrus com a Panda Software, fique vocj tambim!
Clique em: http://antivirus.sapo.pt
| Current Thread |
- Variables
- xptm - Mon, 12 Jul 2004 17:57:42 +0100 <=
|
|