Re: [xsl] How do I compare all similar type nodes?

Subject: Re: [xsl] How do I compare all similar type nodes?
From: "Ahmad J Reeves" <ahmad@xxxxxxxxxxxxxx>
Date: Mon, 17 Dec 2001 23:49:39 -0000
Actually Chris I tried preceding already, and all the others as well.
They dont remove the duplicates..derr!
I am trying to get to grips with xslt Ive been trying all day
, if you dont want to help dont reply with your sarky
remarks OK!

A.
-----Original Message-----
From: Chris Bayes <chris@xxxxxxxxxxx>
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Date: Monday, December 17, 2001 11:43 PM
Subject: RE: [xsl] How do I compare all similar type nodes?


>Sheesh,
>You can lead a horse to water but you can't make it drink!!!!!
><xsl:template match ="/">
>  <html>
>    <body>
> <xsl:for-each select="LOG/DIRECT/TARGET_CHARACTER_ID[. !=
>preceding::TARGET_CHARACTER_ID]">
> <xsl:sort select="." data-type="number"
>order="ascending" />
> <xsl:value-of select="position()" />. <xsl:value-of
>select="." />
> </xsl:for-each>
> </body>
>  </html>
></xsl:template>
>Do you have a reading or writing problem or perhaps your fingers just
>run off and type -sibling when you aren't looking or maybe you can't use
>cut'n'paste.
>
>Ciao Chris
>
>XML/XSL Portal
>http://www.bayes.co.uk/xml
>
>
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


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


Current Thread