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

Re: testing for child node and counting

Subject: Re: testing for child node and counting
From: "Joerg Heinicke" <joerg.heinicke@xxxxxx>
Date: Thu, 7 Feb 2002 00:36:44 +0100
xsl child node count
> just found the answer to my questions...
>
> 1. <xsl:if test="./field_c">
> 2. <xsl:value-of select="count(Orders/Row/field_c)"/>

1. Look for the shorter version, but it's correct.

2. It's not quite correct. It counts all field_c in Row, so if a Row has
more than one field_c, your count goes wrong. You wanted to have the Rows
which have field_c, so it must be change it to Row[field_c] instead of
Row/field_c. But for your use case it works.

Regards,

Joerg


 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.