[xsl] Ca I create tree like this

Subject: [xsl] Ca I create tree like this
From: "Khalid"<k_ali@xxxxxxxxxxxxxxx>
Date: Thu, 24 Jan 2002 00:35:25 GMT
Hello,
Can I create a tree,say, like the one below using xslt

<root-node>
 <node1>value_1</node1>
 <node2>value_2</node2>
 <node3>value_3</node3>
</root-node>

The purpose for this is that I have some calculated values from different parts
of an xml file and I want to put the results into a tree in memory like this
so I can run a recursive template on it to find the total

thanks
Khalid

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


Current Thread