[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: count selected nodes in for-each

Subject: RE: count selected nodes in for-each
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 4 Apr 2001 18:16:08 +0100
xsl count selected nodes
>
> xsl:choose is outside the xsl:for-each of course

What do you mean by "of course", we do a damn good job on this list of
guessing people's specifications from the flimsiest evidence, but we're not
omniscient! Before I saw David's response, I was going to say "use last()".

Simplest is
<xsl:variable name="d"
select="document('../../released_xml/news_xml_en/newsticker.xml'
)/News/Block[@STARTDATE = '01']"/>

<xsl:when test="count($d)..."
  <xsl:for-each select="$d">...

Mike Kay
>
> -----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
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.