xsl-list
[Top] [All Lists]

xsl:sort and axis navigation

2003-02-20 15:08:11
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



<Prev in Thread] Current Thread [Next in Thread>