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

Subject: Re: [xsl] XSLT not condition is not working in my code
From: "Matthew Stoeffler matthew.stoeffler@xxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 15 Sep 2016 17:43:54 -0000
On Sep 15, 2016, at 1:36 PM, Rahul Singh
rahulsinghindia15@xxxxxxxxx<mailto:rahulsinghindia15@xxxxxxxxx>
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx<mailto:xsl-list-service@xxxxxxxxxxxx
rytech.com>> wrote:

                       <xsl:if test="$tranFile/objects/Contact[Id_c != $aN]">


Your node name is  ID_c (<ID_c>000817441</ID_c>), but your conditional node
name is Id_c.

Current Thread