xsl-list
[Top] [All Lists]

[xsl] Negation of <xsl:when test="$args = '{$value}'">

2009-03-10 06:42:13
Hi, In string tokenize standard function,I want to have a small check.

'$value' is the parameter passed from Perl script.

Following code is working well.I only want negation of this.I tried
putting "not($args = '{$value}')" and "$args != '{$value}'".Not
worked.

What is the syntax?

<xsl:choose>
         <xsl:when test="$args = '{$value}'">
                 <option><xsl:value-of select="$args" /></option>
         </xsl:when>
 </xsl:choose>



---------------------------
Regards,
Himanshu Padmanabhi

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