"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() <=
$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
______________________________________________________________________
__
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--
Sean Gallagher
Executive Editor, enterprise sites
Ziff-Davis Internet
sean_gallagher(_at_)ziffdavis(_dot_)com / sean(_at_)dendro(_dot_)com
1205 W. 41st St
Baltimore, MD 21211
410-235-8817
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--