xsl-list
[Top] [All Lists]

RE: How Use XSLT to Test For Multiple Values

2004-08-06 11:34:40
Thanks Michael!
That was my error!
:-)

-----Original Message-----
From: Michael Kay [mailto:mhk(_at_)mhk(_dot_)me(_dot_)uk]
Sent: Friday, August 06, 2004 10:40 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] How Use XSLT to Test For Multiple Values


<xsl:if test="DeviceCode='E' and not(DeviceCode='B')">

Beware of the distinction between 

A!=1   (:there is an A that's not =1:) 

and 

not(A=1)   (:there is no A that's =1:)

Michael Kay 

-----Original Message-----
From: Gary Fix [mailto:gary(_dot_)fix(_at_)win-na(_dot_)com] 
Sent: 06 August 2004 18:37
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] How Use XSLT to Test For Multiple Values

Hi,
I have an xml file with zero, one or more tags something like this:

                                      <DeviceCode>E</DeviceCode>
                                      <DeviceCode>X</DeviceCode>

I want to test if certain code combinations exist such as "If 
<DeviceCode> = 'A' and <DeviceCode> != 'B'"
Can someone please help with the best way to do this?
thanks in advance,
gary

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