last() function

Subject: last() function
From: "Richard Bell" <RichardBell@xxxxxxxxxxx>
Date: Sat, 8 Apr 2000 02:06:52 +0100
Using SAXON I statements like
 
<xsl:if test="position()=last()"/>
 
seem to work OK. However, when I parse using MSXML3 I get an error
 
'Last() function must have a node-set to operate on. position()=-->last<--()'
 
Any thoughts. Thanks.
Rich.
Current Thread