|
Subject: using <xsl:if> inside the select menu From: Natalia Boyadjieva <nboyadjieva@xxxxxxxxxx> Date: Mon, 31 Jul 2000 15:54:12 -0700 |
Please help me to set up code that will work. I am trying to set up
selected item in the select menu from the XML.
Without <xsl:if> it works, but otherwise not.
<xsl:variable name='G' select='1'/>
<xsl:value-of select='$G' />
<select name = "res_level" >
<option value="K">
<xsl:if test="'$G' ='K'">
<xsl:attribute name="selected">selected</xsl:attribute>
</xsl:if>
K</option>
<option vaule="1">
<xsl:if test="'$G' ='1'">
<xsl:attribute
name="selected">selected</xsl:attribute>
</xsl:if>
1</option>
<option value="2">
<xsl:if test="'$G' ='2'">
<xsl:attribute name="selected">selected</xsl:attribute>
</xsl:if>
2</option>
</select>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: Can input xml and stylesheet be, Scott Boag/CAM/Lotus | Thread | RE: using <xsl:if> inside the selec, Chris Bayes |
| RE: Sort supported processors ???, Paulo Gaspar | Date | RE: running msxml3 from command lin, Chris Bayes |
| Month |