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

Re: Sorting under for-each-group

Subject: Re: Sorting under for-each-group
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 8 Aug 2006 15:05:03 +0100
hermann walter sieger
I think you just want to add two xsl:sort:

...
            <xsl:for-each select="current-group()">
<xsl:sort select="Author"/>
<xsl:sort select="title"/>
...

 saxon8 sort2.xml sort2.xsl \!indent=yes \!encoding=us-ascii
<?xml version="1.0" encoding="us-ascii"?>
<List>
   <Entry>
      <Subject>Catalogs. Austria</Subject>
      <Item>
         <Author>Kol&#225;r, Hugo</Author>
         <Book>
            <Title>Katalog zn&#225;mok Rak&#250;sko 1850-1918</Title>
            <Edition>Second</Edition>
         </Book>
      </Item>
      <Item>
         <Author>Sieger, Hermann Walter</Author>
         <Book>
              <Title>Zeppelinpost spezialkatalog</Title>
          </Book>
      </Item>
   </Entry>
</List>

David

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.