RE: list box... options

Subject: RE: list box... options
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 29 Sep 1999 17:47:37 +0100
You need to specify an attribute value template: <options
value="{hotel_code}"/>. But I somehow suspect you are using Microsoft's IE5
XSL, which doesn't support this feature (it implements a very old draft of
the XSL standard).
 
Mike Kay

-----Original Message-----
From: Sailesh Heeramun [mailto:heeramun@xxxxxxxxxx]
Sent: 29 September 1999 16:41
To: xsl-list@xxxxxxxxxxxxxxxx
Subject: list box... options


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" onchange=""> 
 <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 
  


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


Current Thread