Re: [xsl] Element value

Subject: Re: [xsl] Element value
From: "Laura" <xsl_list@xxxxxxxxxxx>
Date: Thu, 21 Nov 2002 09:40:48 -0000
Endre,
use attribute-value template ..
<element name="{/element/element.name}"/>



----- Original Message ----- 
From: "Endre, MAGYARI" <endre@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, November 21, 2002 7:53 AM
Subject: [xsl] Element value 


> Dear List,
> 
> I need to tranform an element value to an attribute value:
> 
> input:
> <element>
> <element.name>hello</element.name>
> </element>
> 
> output:
> <element name="hello"/>
> 
> 
> I have no idea ho to refer the element's value in an xsl:template
> 
> Thank you,
> Endre
> 
> 
>  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