[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Group

Subject: Group
From: "Sathasivam, Elayaraja" <elayaraja.sathasivam@xxxxxxxxxxxxx>
Date: Mon, 28 Jul 2008 09:32:13 +0530
 Group
group_list = list of access charges
(Document/Invoice/InvoiceItem[@CT='A']), grouped by attribute TM, SP

<xsl:key name="by-tm" match="Att[@Ty='TM']" use="@Id"/>

<xsl:key name="by-sp" match="Att[@Ty='SP']" use="@Id"/>

How to group by TM, SP. I mean group of TM(group of SP) ????????


<?xml version='1.0' encoding="UTF-8"?>
<Document>
<Invoice>
<InvoiceItem NumItem="1" ArticleString="16.4.15.1.A.AC.F.P" CT="A"
CollInd="N">
<AggSet>
<Att Ty="TM" Id="WLCO" />
<Att Ty="SP" Id="WLSC" />
<Att Ty="SN" Id="GTEL" />
<Att Ty="MRKT" Id="GSM" />
</AggSet>
</InvoiceItem>
<InvoiceItem NumItem="1" >
<AggSet>
<Att Ty="TM" Id="OCCRP" />
<Att Ty="SP" Id="OS" />
<Att Ty="SN" Id="ADMIN" />
<Att Ty="MRKT" Id="EDS" />
</AggSet>
</InvoiceItem>
<InvoiceItem NumItem="1" >
<AggSet>
<Att Ty="TM" Id="OCCRP" />
<Att Ty="SP" Id="OS" />
<Att Ty="SN" Id="DUNN" />
<Att Ty="MRKT" Id="EDS" />
</AggSet>
</InvoiceItem>
</Invoice>
</Document>

Regards,
Raja






This message contains information that may be privileged or confidential and
is the property of the Capgemini Group. It is
intended only for the person to whom it is addressed. If you are not the
intended recipient, you are not authorized to
read, print, retain, copy, disseminate, distribute, or use this message or any
part thereof. If you receive this message
in error, please notify the sender immediately and delete all copies of this
message.

Current Thread
  • Group
    • Sathasivam, Elayaraja - 28 Jul 2008 04:01:25 -0000 <=

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.