[xsl] Creating a temporary tree in memory?

Subject: [xsl] Creating a temporary tree in memory?
From: "Khalid"<k_ali@xxxxxxxxxxxxxxx>
Date: Fri, 25 Jan 2002 17:06:58 GMT
Hello,
Can I create a tree, like the one below using xslt

<root-node>
<node>1</node>
<node>2</node>
<node>3</node>
</root-node>

and then get sum of all of the above nodes.something like
sum(node)
that would return 6.

thanks
Khalid


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


Current Thread