Re: [xsl] Problem using xsl:if to skip a node in a repeating area

Subject: Re: [xsl] Problem using xsl:if to skip a node in a repeating area
From: Sean Gallagher <sean@xxxxxxxxxx>
Date: Thu, 15 Dec 2005 09:18:06 -0500
"ADV" are the letters I'm looking for at the beginning of the string in title. I put the variables in mostly for testing purposes.


On Dec 15, 2005, at 2:07 PM, David Carlisle wrote:



<xsl:variable name='adstring' select='ADV' />
Did you mean that to be "'ADV'" ie the string ADV (rather than the
contents of an ADV element?)
You don't really need either variable of course, your current code is
equivalent to
<xsl:for-each select="rss/channel/item[position() &lt;= $ItemsPerPage]">
<xsl:if test="not(starts-with(title,ADV))">


David

______________________________________________________________________ __
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
______________________________________________________________________ __



Sean Gallagher Executive Editor, enterprise sites Ziff-Davis Internet sean_gallagher@xxxxxxxxxxxxx / sean@xxxxxxxxxx 1205 W. 41st St Baltimore, MD 21211 410-235-8817

Current Thread