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

Re: getting the attribute into the literal result elem

Subject: Re: getting the attribute into the literal result element
From: Toma Tasovac <ttasovac@xxxxxxxxxxxxx>
Date: Sat, 1 May 2004 19:15:52 +0200
Re:  getting the attribute into the literal result elem
once again, many thanks!  i can't tell you how helpful this is for me.
T.

On May 1, 2004, at 6:53 PM, Michael Kay wrote:

<a>
  <xsl:attribute name="href">
    <xsl:text>lookup.php?word=</xsl:text>
    <xsl:choose>
       <xsl:when test="@lemma">
          <xsl:value-of select="@lemma"/>
       </xsl:when>
       <xsl:otherwise>
          <xsl:value-of select="."/>
       </xsl:otherwise>
    </xsl:choose>
    <xsl:text> target=iframewindow</xsl:text>
  </xsl:attribute>
  <xsl:value-of select="."/>
</a>

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.