Subject: RE: count selected nodes in for-each
From: Kristof Bernaert <kbernaert@xxxxxxxxxxx>
Date: Wed, 4 Apr 2001 17:23:12 +0200
|
xsl:choose is outside the xsl:for-each of course
-----Original Message-----
From: David Carlisle [mailto:davidc@xxxxxxxxx]
Sent: woensdag 4 april 2001 17:11
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: count selected nodes in for-each
> ...
you haven't said whether the xsl:choose is inside or outside the
for-each.
If it's inside then you can use last() otherwise you can use
count(document('../../released_xml/news_xml_en/newsticker.xml')/News/Block
[@STARTDATE = '01']" )
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|