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

Re: xslt 2 grouping

Subject: Re: xslt 2 grouping
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Thu, 11 Jul 2002 23:42:13 +0200
Re:  xslt 2 grouping
DPawson@xxxxxxxxxxx wrote:
<p>
<el att='a'>x</el>
<el att='b'>x</el>
<el att='c'>x</el>
<el att='d'>y</el>
</p>
I have about 1200 lines of this, so keys are out.

Why discount keys?


Because I have so many variants on (above) x, y.
ditto on the att values, so I would have to define about 200 unique
keys.

<xsl:key name="generic" match="el" use="concat(@att,':',.)"/>

Iterate over @att, group by el content, or vice versa.
What's the problem?

J.Pietschmann


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



Current Thread

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.