Re: [xsl] Count with embedded child elements

Subject: Re: [xsl] Count with embedded child elements
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 9 Dec 2002 10:43:24 GMT
  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)])"/>


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 [/text()[contains (., 
   $SearchText)]])"/>


David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread