xsl-list
[Top] [All Lists]

Re: Predicates

2005-01-07 08:54:35
I'm not a expert but | is a union operator, not a OR operator, so try with OR


On Fri, 07 Jan 2005 15:46:30 +0000, Aaron Johnson
<Aaron2(_dot_)Johnson(_at_)uwe(_dot_)ac(_dot_)uk> wrote:

Hi everyone...

Is it possible to put multiple expressions inside a predicate?

I can exclude one person from my XML:

<xsl:for-each select="catalog/players[name!='Frank Lampard']">

But I want to exclude two...so I tried this:

<xsl:for-each select="catalog/players[name!='Frank Lampard | Damian Duff']">

...and this:

<xsl:for-each select="catalog/players[name!='Frank Lampard' | name!=' Damian
Duff']">

I have tried several combinations, but none work...am I heading in the right
direction?

Thanks

AMJ

......................................................................

Aaron Johnson
GUI / XSLT development
Academic Technologies Group [ATG]
University of the West of England

ext: 81051
t: 0117 3281051
www: http://atg.uwe.ac.uk/aaron
e: aaron2(_dot_)johnson(_at_)uwe(_dot_)ac(_dot_)uk
......................................................................

......................................................................

SECURITY POLICY:

Please note that ATG will only accept
e-mail attachments in the following
formats:

.doc,.gif,.jpg,.mdb,.png,.xls,.zip,.psd
.html,.shtml,.xml,.xsl,.sdf,.asp

...as a mac user I will accept files
compressed using Dropstuff.
......................................................................

This communication is intended solely
for the use of the individual(s) to whom
it is addressed. Any opinions presented
are those of the author and do not
necessarily represent the University of
the West of England, Bristol.
......................................................................

This email has been independently scanned for viruses and any virus detected 
has been removed using McAfee anti-virus software

--~------------------------------------------------------------------
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>
--~--



--~------------------------------------------------------------------
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>
--~--



<Prev in Thread] Current Thread [Next in Thread>