RE: [xsl] Access all values

Subject: RE: [xsl] Access all values
From: "Ricardo Saraiva" <rss@xxxxxxxxxxxxxx>
Date: Wed, 28 May 2003 18:20:33 +0100
Hello,

I show you the example,

<xsl:variable name="langs" select="terms/lang"/>

langs will access all the childs of the select. How can I get all of
them in just one varible, like if it was an array?

I need this because I have it a form and I have to submit an array of
langs.

Thanks,

Ricardo Saraiva.


-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of David
Carlisle
Sent: quarta-feira, 28 de Maio de 2003 17:51
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Access all values


> Is it possible to access all the values of a variable? 

What do you mean by this question?
A variable only has one value. The syntax $ followed by the variable
name
accesses this value.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list





 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread