RE: [xsl] xsl:sort and axis navigation

Subject: RE: [xsl] xsl:sort and axis navigation
From: "Ross Ken" <Ken.Ross@xxxxxxxxxxxxxx>
Date: Fri, 21 Feb 2003 08:40:42 +1000
Within a template it takes the original (XML) document ordering.  You can use a for-each to access a sorted order if desired.

HTH,

Ken Ross
Ph: +61 7 32359370
Mob: +61 (0)419 772299
Email: Ken.Ross@xxxxxxxxxxxxxx


-----Original Message-----
From: s-oualid@xxxxxxxxxxxxx [mailto:s-oualid@xxxxxxxxxxxxx]
Sent: Friday, 21 February 2003 8:08 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] xsl:sort and 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

IMPORTANT: This email (including any attachments) may contain confidential,
private or legally privileged information and may be protected by copyright. You may
only use it if you are the person(s) it was intended to be sent to and if you use it in an
authorised way. No one is allowed to use, review, alter, transmit, disclose, distribute,
print or copy this e-mail without appropriate authority.
 
If this e-mail was not intended for you and was sent to you by mistake, please
telephone or e-mail me immediately, destroy any hard copies of this e-mail and delete
it and any copies of it from your computer system. Any legal privilege and 
confidentiality attached to this e-mail is not waived or destroyed by that mistake.
 
It is your responsibility to ensure that this e-mail does not contain and is not affected
by computer viruses, defects or interference by third parties or replication problems
(including incompatibility with your computer system).




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


Current Thread