|
Subject: Re: [xsl] getting the attribute into the literal result element From: Toma Tasovac <ttasovac@xxxxxxxxxxxxx> Date: Sat, 1 May 2004 19:15:52 +0200 |
once again, many thanks! i can't tell you how helpful this is for me. T.
<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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] getting the attribute int, Michael Kay | Thread | [xsl] XSL-List Guidelines, B. Tommie Usdin |
| RE: [xsl] getting the attribute int, Michael Kay | Date | [xsl] two level grouping (+ put it , Thomas J. Sebestyen |
| Month |