[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Insert <options> from XML

Subject: Insert <options> from XML
From: "Fran" <franciscojose@xxxxxxxxxxx>
Date: Wed, 26 Nov 2003 11:15:07 +0100
xml insert
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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.