|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: how to use variable as "checked" in checkbox
Thanks all for your help. It works. Ming Aniceto wrote: > this is what I do > hope helps yo > > <input type="checkbox" name="speaker" value="1"> > <xsl:if test="@checked='yes'"> > <xsl:attribute name="checked">checked</xsl:attribute> > </xsl:if> > </input> > > ani lopez > www.lamundial.net > > -----Mensaje original----- > De: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx > [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]En nombre de Ming > Enviado el: miercoles, 10 de julio de 2002 17:52 > Para: xsl-list@xxxxxxxxxxxxxxxxxxxxxx > Asunto: how to use variable as "checked" in checkbox > > Hi, > > I'm trying to display a checkbox in my stylesheet. > > <input name="marks" checked type="checkbox" onClick= ... /> > > But as for the "checked" part, I am using a variable to do the job. It > returned string contained either "checked" or " ". > > <xsl:variable name="checked"> > <xsl:value-of select="xslfunction:getCheckedValue()"/> > </xsl:variable> > > So, what I've done is: > > <input name="marks" "{$checked}" type="checkbox" onClick= .../> > > but obviously I am not doing it right. > > Can you help me on this? > > Thanks a lot in advance. > > Ming > > XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list > 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








