[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] default attribute values?


Subject: RE: [xsl] default attribute values?
From: Michael <mogmios@xxxxxxxxxxxxxxxxx>
Date: Fri, 12 Jul 2002 15:27:53 -0500 (CDT)

> you could use xsl:if's
> <input type='text' name='n' value='x'>
> <xsl:if test="@size"><xsl:attribute name="size"><xsl:value-of
> select="@size"/></xsl:attribute></xsl:if>
> <xsl:if test="@maxlength"><xsl:attribute name="maxlength"><xsl:value-of
> select="@maxlength"/></xsl:attribute></xsl:if>
> </input>

Great! Combined with the copy-of suggestion this cleans up my output a
lot. One last tricky spot I haven't worked out yet though. How would I
change this as to use your check? Can I edit the value-of somehow?

<a href="?task={@task}&amp;{@args}"/>


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



Current Thread