This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: setting attributes based on values


> But maybe this will:
>       <input name="{name}" type="{type}" value="{value}">
>       <xsl:if test="checked='true'">
>           <xsl:attribute name="checked">true</xsl:attribute>
>       </xsl:if>
>       </input>

oh, duh. yes, it does.

thanks :)



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]