|
Subject: [xsl] count selected nodes in for-each From: Kristof Bernaert <kbernaert@xxxxxxxxxxx> Date: Wed, 4 Apr 2001 16:49:02 +0200 |
I have this for-each sequence that filters the data when select statement is
true.
<xsl:for-each
select="document('../../released_xml/news_xml_en/newsticker.xml')/News/Block
[@STARTDATE = '01']">
blabla
</xsl:for-each>
Now, I want to know into how many nodes this for-each results, with the
purpose to use that number in this selection:
<xsl:choose>
<xsl:when test="previous_amount_nudes = 0">blabla</xsl:when>
</xsl:choose>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Handling  , paulhoward.co.uk | Thread | Re: [xsl] count selected nodes in f, Wendell Piez |
| Re: [xsl] Splitting an XML file bas, dan mason | Date | Re: [xsl] Handling  , David Carlisle |
| Month |