Re: [xsl] value of attribute from defined variable

Subject: Re: [xsl] value of attribute from defined variable
From: Jörg Heinicke <Joerg.Heinicke@xxxxxx>
Date: Wed, 21 Nov 2001 02:51:46 +0100 (MET)
Hi Eric,

> xsl desired - or something to this effect:
>   <xsl:template match="alt">
>      <xsl:value-of select="@{$output}/>

<xsl:value-of select="@*[name()=$output]"/> should do the job

>  </xsl:template>

Joerg

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net


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


Current Thread