xsl-list
[Top] [All Lists]

operator in xsl

2003-01-31 09:59:13
hello all,
I have the following xsl codes
                        <xsl:if test="SysID[ != '13' or != '14' or !=
'15']">
                                <A>
                                        <xsl:attribute name="href">
                                                
javascript:selectClient('<xsl:value-of
select="../Params/QueryString" />')
                                        </xsl:attribute>
                                        <img src='../images/barcode.gif' 
align="top"
height="15" width="15" BORDER='0' />
                                </A>
                        </xsl:if>

When i put != for not equal to the page is not
displayed.  Would you all give me a list of operator
in xsl please!  Even if I tried <> but it wasn't
working to me.
Thanks for your help.

=====
"It is essential to know that to be a happy person, a happy family, a happy 
society, it is very crucial to have a good heart, that is very crucial,"
Dalai Lama

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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



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