xsl-list
[Top] [All Lists]

RE: AndExpression

2003-11-26 09:42:17
No, they can not appear together.
Either it will be 'EFSA', or 'No dissemination' or another value.

So the 2nd part is not always true!

-----Original Message-----
From: Paul DuBois [mailto:paul(_at_)kitebird(_dot_)com] 
Sent: 26 November 2003 17:27
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] AndExpression


On Wed, Nov 26, 2003 at 04:41:46PM +0100, SHEIKH Sajjad wrote:
Hi all,
The following statement does not seem to work and I have no idea why?

  <xsl:when test="@objname='Document' and ($doc_scope!='EFSA' or 
$doc_scope!='No dissemination')">

Does anyone know why it doesn't work?
/s

No, although one possible problem is that $doc_scope cannot ever be both
'EFSA' and 'No dissemination' at the same time. It appears that the
second part of your 'and' is always true (and thus useless).

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


______________________________________________________________
This message has been scanned for all viruses by BTnet VirusScreen. The
service is delivered in partnership with MessageLabs.

This service does not scan any password protected or encrypted
attachments.  

If you are interested in finding out more about the service, please
visit our website at
http://www.btignite.com/internetservices/btnet/products_virusscreen.htm
==============================================================

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



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