|
Subject: [xsl] Negation of <xsl:when test="$args = '{$value}'"> From: himanshu padmanabhi <himanshu.padmanabhi@xxxxxxxxx> Date: Tue, 10 Mar 2009 16:11:50 +0530 |
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
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] URI of the passed Source-, Michael Kay | Thread | Re: [xsl] Negation of <xsl:when tes, David Carlisle |
| Re: [xsl] Basics of XSLT, himanshu padmanabhi | Date | Re: [xsl] Basics of XSLT, Nic Gibson |
| Month |