[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Result count in a for-each with an embedded if


Subject: Re: [xsl] Result count in a for-each with an embedded if
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 19 Jun 2001 17:31:24 +0100

change

<xsl:for-each select="article">
		<xsl:if test="contains(translate

to

<xsl:for-each select="article[contains(translate


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