Subject: RE: Ca I create tree like this
From: "Stuart Celarier" <stuart@xxxxxxxxxxx>
Date: Tue, 29 Jan 2002 14:26:53 -0800
|
Khalid,
I am afraid that your question isn't very clear. You can create any valid
XML document using XSLT, for example the fragment you showed. So what is
your question? Remember, XSLT is about transforming XML documents, so what
is the input of the transformation and what is the desired output?
Cheers,
Stuart
-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Khalid
Sent: Wednesday, January 23, 2002 16:35
To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Subject: 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
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|