|
Subject: Re: Adding a chekbox with XSL From: Lewis <lewis@xxxxxxxxxxx> Date: Tue, 03 Oct 2000 14:55:13 -0400 |
Thanks for the suggestion. However, when it gets to
<xsl:if test="@textValue='Y'"> <!-- checked -->
I get:
Expected token 'eof' found '='. @textValue-->=<--'Y'
Any idea why?
Lewis
>This should work :
><p align="center">
> <xsl:value-of select="strValue"/>
> <xsl:if test="@textValue='Y'"> <!-- checked -->
> <input type="checkbox" align="center" checked="Y"
value="Y"/>
> </xsl:if>
> <xsl:if test="not(@textValue='Y')"> <!-- not checked -->
> <input type="checkbox" align="center" value="Y"/>
> </xsl:if>
></p>
--
Lewis Cunningham
NDS Systems
Tel : 727-538-2250
Mail: lewis@xxxxxxxxxxx
Web : www.ndsapps.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: Adding a chekbox with XSL, Keith | Thread | Re[2]: Adding a chekbox with XSL, Dylan Parker |
| Re: The XSL not working in IE5, Saif Khaja | Date | automatic generation of figure numb, Dhruv Raheja |
| Month |