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]

Re: Variable scope issue.



Hi  Jeni,
Thanks for taking time out and explaining the solution in such great
detail.
I was able to solve the problem.
Thank you very much!

Regards,
Nitin Jain



                                                                                                     
                    Jeni Tennison                                                                    
                    <jeni@jenitennison.com>           To:     Nitin.Jain@lntinfotech.com             
                    Sent by:                          cc:     XSL-List@lists.mulberrytech.com        
                    owner-xsl-list@lists.mulber       Subject:     Re: [xsl] Variable scope issue.   
                    rytech.com                                                                       
                                                                                                     
                                                                                                     
                    09-02-02 06:54 PM                                                                
                    Please respond to xsl-list                                                       
                                                                                                     
                                                                                                     




Hi Nitin,

> The XML data is presorted.( wrt currency type and date )

This is a grouping problem that looks on the surface very similar to
the one that I just replied to about grouping airline elements, but
needs a more complex solution because of the requirement to provide
summary statistics about each group.

You want to group your reports elements by two things: Currency and
ChequeDate. You want to provide a total for all the reports with the
same Currency, and a subtotal for all the reports with the same date
within each Currency group.

<<TRUNCATED>>

---
Jeni Tennison
http://www.jenitennison.com/


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






 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]