[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] position()
Hi all The following XSL end in error: <xsl:for-each select="Attendees/Attendee[@type='Required']"> <xsl:value-of select="@name"/> <!--Required Attendees --> <xsl:if test="position()!=last()">;</xsl:if> </xsl:for-each> If I take out the piece <xsl:if test="position()!=last()">;</xsl:if> if works fine. What am I doing wrong here? Can anyone help? cheers J XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|