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

xsl:sort and axis navigation

Subject: xsl:sort and axis navigation
From: s-oualid@xxxxxxxxxxxxx
Date: Thu, 20 Feb 2003 23:08:11 +0100
axis navigation
Hello !

I'm new here and I have a little question about xsl sorting and axis navigation with XPath, I checked the faq and did'nt find the answer (even if I guess that's a common question...).

I do a test in a <xsl:template match="FICHE"> tag, when I call this 
template, I do a sort :

<xsl:apply-templates select="FICHE">
<xsl:sort select="SOUSTHEME" />
</xsl:apply-templates>

Then in the template, when I this test :

<xsl:if test="SOUSTHEME != following-sibling :: SOUSTHEME[1]">
<xsl:attribute name="break-after">page</xsl:attribute>
</xsl:if>

Does the test take the sorted data or the original XML datas (coming from a java classes) ?

In other words, should I do a first transformation to sort my data in 
order to be able to do this test correctly ?

I think I should because the result is not what I expected... I just need a confirmation, or maybe a way for me not to do 2 XSLT transformation.

Thanks !

Simon

 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.