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

RE: Filtering out duplicates in current-group()

Subject: RE: Filtering out duplicates in current-group()
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 29 Mar 2006 22:53:09 +0100
RE:  Filtering out duplicates in current-group()
> <xsl:for-each-group select="Song"
> group-by="substring(Year, 1, 3)">
>   <p>Decade: <xsl:value-of
> select="current-grouping-key()"/>0's</p>
>     <xsl:for-each-group select="current-group()"
> group-by="Title">
> 	<p style="margin-left: 1pc;">
> 	  <xsl:value-of select="current-grouping-key()"/>
> 	</p>
>   </xsl:for-each-group>
> </xsl:for-each-group>
> 
> Why is "value-of" required and "apply-templates"
> illegal?

Neither is required or illegal, they just do different things.

A group contains many nodes (in the current-group()) sharing one
grouping-key. If you process the grouping key you get one thing output, if
you process the current-group you get many things output.

Michael Kay
http://www.saxonica.com/

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.