Subject: Re: [xsl] Weird XPath evaluation differences between Saxon and Xalan From: Simon OUALID <symon@xxxxxxxxxxx> Date: Thu, 09 Jun 2005 08:25:20 +0200 |
<xsl:for-each select="SOMETHING/NAME">Many thanks for all those precisions. I learnt a difference between XSLT 1.0 and 2.0 ! ;)
<xsl:value-of select="."/>
</xsl:for-each>
<xsl:variable name="lastTree"> <xsl:for-each select="preceding-sibbling::GROUP[1]/SOMETHING/NAME"> <xsl:value-of select="."/> </xsl:for-each> </xsl:variable>
<xsl:variable name="currentTree"> <xsl:for-each select="SOMETHING/NAME"> <xsl:value-of select="."/> </xsl:for-each> </xsl:variable>
<xsl:if test="$lastTree != $currentTree"> <!-- Here I put my stuff --> </xsl:if>
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] Weird XPath evaluation di, Jay Bryant | Thread | Re: [xsl] Weird XPath evaluation di, JBryant |
RE: [xsl] When is xsl:text relevant, Mukul Gandhi | Date | [xsl] Functional program for "list , Mukul Gandhi |
Month |