|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Insert <options> from XML
Hi,
How I can make this ?
I have an XML like this :
.....
<ROOM quantity="5">
......
</ROOM>
<ROOM quantity="2">
......
</ROOM>
I want to create an <option> from a select reading quantity attribute like
something like this but it doesn't work:
I do this for each ROOM:
<xsl:variable name="num" select="1"/>
<select class="combo" name="QRoom" id="QRoom">
<option value="0" selected="selected">0</option>
<xsl:for-each select="ROOM/@quantity">
<option>
<xsl:attribute name="value">
<xsl:value-of select="$num" />
</xsl:attribute>
<xsl:value-of select="$num" />
</option>
<xsl:variable name="num" select="number($num) +
1"/>
</xsl:for-each>
</select>
Finally I want two selects whithin 5 and 2 <option>'s.
Thanks a lot.
Frank
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








