|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Why template match differs?
Hi,
> I need to show the unique Call Type and the sum of Amount for
> each Call
> Type. Can you please help me to write such a XSL for-each
> loop or suggest if
> any other way to do. I am really struck into this.
The daily dose of <http://www.jenitennison.com/xslt/grouping/>.
In pseudo-code:
key "type" "Calls" "Type"
template "Bill":
for "Calls[generate-id(.) = generate-id(key("type", Type))]:
value-of "Type"
value-of "sum(key("type", Type)/Amt)"
Cheers,
Jarno
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








