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

Subject: RE: [xsl] How do I compare all similar type nodes?
From: "Chris Bayes" <chris@xxxxxxxxxxx>
Date: Mon, 17 Dec 2001 23:37:21 -0000
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


Current Thread