RE: [xsl] Error message when match=$variable

Subject: RE: [xsl] Error message when match=$variable
From: timw@xxxxxxx
Date: Tue, 4 Sep 2001 17:34:18 +1000
Thanks Jarno,

You're a legend,

Tim :)

> -----Original Message-----
> From: Jarno.Elovirta@xxxxxxxxx [mailto:Jarno.Elovirta@xxxxxxxxx]
> Sent: Tuesday, 4 September 2001 5:14 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: RE: [xsl] Error message when match=$variable
> 
> 
> <xsl:template match="*">
> <xsl:variable name="currentname" select="name()" />
> &lt;<xsl:value-of select="$currentname" />&gt;<xsl:value-of select="."
> />&lt;/<xsl:value-of select="$currentname" />&gt;
> <xsl:choose>
> 	<xsl:when test="not($german/*[name() = $currentname])">
> 		Please Translate
> 	</xsl:when>
> 	<xsl:otherwise>
> 		Already translated to <xsl:value-of
> select="$german/*[name() = $currentname]" />
> 	</xsl:otherwise>
> </xsl:choose>
> </xsl:template>
> 
> Jarno
> 
>  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