[xsl] Name function in XSL

Subject: [xsl] Name function in XSL
From: Molnar Agnes <agi@xxxxxxxxxxxxxxxxx>
Date: Thu, 8 May 2003 10:21:31 +0200 (CEST)
Hello,

I'm a beginner in XSL, and I have a question.
I'd like create a new XML document from an other with XSL. In the new XML
I'd like nodes with name "XMLNode", and the XMLNode have an attribute
named "text", with value of the name of the first XML's nodes.
Like this:

In the original XML:
	<XmlNode1>anyValue</xmlNode1>

It will be in the new XML:
	<XMLNode Text="XmlNode1">anyOtherValue</node>

I think, the name() function can be OK for me, but I don't know, how can
use it. Do you have any idea, or a short code example?

Thanks for all,
Agnes



 Molnár Ágnes
-----------------------
 Web: http://aghy.uw.hu
 Icq: 167290967
 Tel: +36-20-212-8493


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


Current Thread