[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Variables

Subject: RE: Variables
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 13 Jul 2004 09:54:49 +0100
xsl variables
XSLT 2.0 solution:

<xsl:variable name="z"
select="/Formatos/Forms/Form/Grids/Grid/Zooms/Zoom[@Coluna!='xxx']"/>

<xsl:variable name="pages" select="string-join($z/FormZoom, ':')"/>
<xsl:variable name="params" select="string-join($z/ParametroZoom, ':')"/>

etc.

Michael Kay

> -----Original Message-----
> From: xptm@xxxxxxx [mailto:xptm@xxxxxxx]
> Sent: 12 July 2004 17:58
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  Variables
>
> 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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.