Thread
:
[SOLVED] How can I group and summarize information in XSLT?
View Single Post
#
1
(
permalink
)
06-10-2007, 05:11 PM
just_me
Posts: n/a
[SOLVED] How can I group and summarize information in XSLT?
<clients>
<client id ="1">
</product price = "100">
</product price = "200">
</client>
<clientid ="2">
</product price = "100">
</product price = "350">
</client>
</clients>
__________________
just_me