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]

RE: Ca I create tree like this


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@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Khalid
Sent: Wednesday, January 23, 2002 16:35
To: XSL-List@lists.mulberrytech.com
Subject: [xsl] 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


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