This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]