xsl-list
[Top] [All Lists]

RE: Why template match differs?

2003-12-19 02:50:21
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



<Prev in Thread] Current Thread [Next in Thread>