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

count the number of descending nodes

Subject: count the number of descending nodes
From: "Dionisio Ruiz de Zarate" <dionisio@xxxxxxxxxxxxx>
Date: Thu, 6 May 2004 15:33:33 +0200 (CEST)
xsl count nodes
hello
i have one xml as this:
<root>
 <no>
  <my>w</my>
  <my>e</my>
 </no>
 <no>
  <my>p</my>
 </no>
</root>

i want to see if above of the no node there is one or more nodes with the
name my.
i make this:
<xsl:for-each select="/root/no">
<xsl:choose>
<xsl:when test="'count(my) =1'">ok</xsl:when>
<xsl:otherwise>no</xsl:otherwise>
</xsl:choose>
</xsl:for-each>

but it doesn't print well.
how can i known if there is one or more nodes child with the mane my?

thanks

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.