Re: [xsl] setting attributes based on values

Subject: Re: [xsl] setting attributes based on values
From: Alex Black <enigma@xxxxxxxxxxxxxxxx>
Date: Thu, 17 May 2001 16:06:20 -0700
> 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


Current Thread