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]

Creating a temporary tree in memory?


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


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