Re: [xsl] XSLT not condition is not working in my code

Subject: Re: [xsl] XSLT not condition is not working in my code
From: "Imsieke, Gerrit, le-tex gerrit.imsieke@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 15 Sep 2016 17:44:31 -0000
On 15.09.2016 19:36, Rahul Singh rahulsinghindia15@xxxxxxxxx wrote:
<xsl:if test="$tranFile/objects/Contact[Id_c != $aN]">

I havenbt investigated throughly, but this might be a place to look at. Try using $tranFile/objects/Contact[not(Id_c = $aN)] here.

Gerrit

Current Thread