|
Subject: RE: [xsl] Start and end an anchor tag in 2 different if's? From: "Ragulf Pickaxe" <jawxml@xxxxxxxxxxx> Date: Tue, 05 Oct 2004 16:18:27 +0000 |
<xsl:variable name="Something">
<xsl:choose>
<xsl:when test="substring(full_name,1,6) = 'Vacant'">
<xsl:value-of select="'Vacant'" />
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="full_name" />
</xsl:otherwise>
</xsl:choose>
</xsl:variable>Regards, Ragulf Pickaxe :-)
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Start and end an anchor t, Pieter Reint Siegers | Thread | [xsl] Doing when test w/ substring , dan sherman |
| Re: [xsl] Re: [xslt transform & gro, Michael PG | Date | Re: [xsl] Start and end an anchor t, Werner, Wolfgang |
| Month |