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

Re: Count with embedded child elements

Subject: Re: Count with embedded child elements
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Mon, 9 Dec 2002 02:29:54 -0800 (PST)
embedded select count
"Bruce Dailey" <bruce@xxxxxxxxxxxx> wrote in message
news:000101c29f6a$6c49c980$0fcbfea9@xxxxxxxxxxx
> I have tried both variations - with this:
> 
> <xsl:value-of select="count(//tu/tuv/seg/text() [contains (., 
> > $SearchText)])"/>
> 
> I get a higher count than I want because there may be multiple text
> nodes that match, e.g.  <seg>X<ut>X</ut>X</seg>
> 
> And with this I get a lower count than I want because it only looks
at
> the first text node (me thinks...)
> 
> <xsl:value-of select="count(//tu/tuv/seg [contains (/text(), 
> > $SearchText)])"/>
> 
> I want to count the number of <tu>s that have the 
> search term in the <seg> element but I want to ignore the text in the

>  <ut> element. And I don't want to count multiple text nodes in the
> <seg> element with the matching term.
> 

count(//seg/text()[contains(., $SearchText)][1])



=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

 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.