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

RE: sorting and grouping - can't get it to work

Subject: RE: sorting and grouping - can't get it to work
From: Andreas Waechter <A.Waechter@xxxxxxxxx>
Date: Mon, 2 Jul 2001 11:15:52 +0200
andreas waechter
> You have two templates that match each item, for starters.  
> Secondly, the 
> first template is going to match on items, and then select 
> each item within 
> the item - i.e., nothing at all.
> 
> Change the first template to match "data" and you'll be on 
> the right track.
> 

uuups, this happened when I transferred from my real files to the simplified
example.
My real templates match "data" and "item", NOT "data/item" and "item", and
there are lots more of nodes within item which are tested and evaluated in
both templates, but all this does not have to do with the real problem
(sorting and grouping) so I reduced my problem to the smallest possible and
made this error while doing it.

I should have tested with the reduced example...
Sorry for the extra-bothering...

It really looks like:

<xsl:template match="data">
     <table>
         <xsl:for-each select="item[position() mod 2 = 1]">
             <tr>
                 <xsl:apply-templates select=". |
following-sibling::item[position()=1]"/>
                 <xsl:if test="not(following-sibling::item[position()=1])">
                     <td>&nbsp;</td>
                 </xsl:if>
             </tr>
         </xsl:for-each>
     </table>
</xsl:template>

<xsl:template match="item">
         <td><xsl:value-of select="name"/></td>
</xsl:template>

Andreas

 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.