[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: default attribute values?

Subject: RE: default attribute values?
From: Americo Albuquerque <aalbuquerque@xxxxxxxxxxxxxxxx>
Date: Mon, 15 Jul 2002 11:48:54 +0100
xsl attribute defaulted test
Sorry but I didn't understand exacly what you want.

I guess that you might want something like this:
  <xsl:if test="@task or @args">
  <xsl:attribute name="href">?<xsl:value-of select="@task"/><xsl:if
test="@task and @args">&amp;</xsl:if><xsl:value-of select="@args"/>
  </xsl:attribute>
  </xsl:if>


-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Michael
Sent: Friday, July 12, 2002 9:28 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE:  default attribute values?


> 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




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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.