You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Rick Bullotta <ri...@lighthammer.com> on 2002/04/12 18:44:44 UTC

last() function does not work properly in a nodeset returned from xalan:distinct() extension function broken in post 2.3.1 builds

The following will return "-1" for last():

		<xsl:for-each select="xalan:distinct(/Rowsets/Rowset/Row/System)">
			<xsl:value-of select="position()"/> of <xsl:value-of select="last()"/>
		</xsl:for-each>


Rick Bullotta
CTO
Lighthammer Software (www.lighthammer.com)