This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Ca I create tree like this


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]