RE: [xsl] Name of an element

Subject: RE: [xsl] Name of an element
From: Eddy McCarthy <EMcCarthy@xxxxxxxxxxxxxxxxx>
Date: Tue, 23 Sep 2003 13:17:26 +0100
Hi Ricardo,

Is this what you mean? cos maybe its just your syntax that's incorrect (need
to watch those angle brackets)


<xsl:element>
	<xsl:attribute name="name">
		<xsl:value-of select="@..."/>
	</xsl:attribute>
</xsl:element>

Rgds.

Eddy

-----Original Message-----
From: Ricardo Saraiva [mailto:rss@xxxxxxxxxxxxxx] 
Sent: 23 September 2003 11:47
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] Name of an element


I want to make an xsl:element tag but I only know its name by the input xml
file.

I've tried :

<xsl:element>
<xsl:attribute name="name"> xsl:value-of select "@...".

But it doesn't works!

How do I do this?

Thanks



 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