list box... options

Subject: list box... options
From: "Sailesh Heeramun" <heeramun@xxxxxxxxxx>
Date: Wed, 29 Sep 1999 17:40:59 +0200
This is part of an XSL code  that does not work
In fact, i have not been able to include the "hotel_code" dynamically as the value for the options.

<select name="c" size="1" >
 <xsl:for-each select="accortronccommun/liste_hotel/hotel">
          <options value="<xsl:value-of select="hotel_code"/>"> <xsl:value-of select="hotel_name"/>
        </xsl:for-each>
</select>

Anybody please help
--
Heeramun Saïlesh
Equipe de développement INTEGRA
Email :heeramun@xxxxxxxxxx
 

Current Thread