Subject: access to combo data from xsl
From: Juan Perez <juan.perez@xxxxxxxxxx>
Date: Thu, 25 Oct 2001 17:05:10 +0200
|
Hi!,
does anybody know the way to access data coming from a combo in a .xsl file?
I mean, I want to get this data in a xml variable... this is to say,
given
<select name="combo1">
<option value="1900">1900</option>
<option value="1901">1901</option>
<option value="1902">1902</option>
<option value="1903">1903</option>
<option value="1904">1904</option>
<option value="1905">1905</option>
</select>
instead of
<xsl:variable name='var' select='123'/>
having something like
<xsl:variable name='var' select='content of the combo value'/>
Regards,
Juan
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|