xsl-list
[Top] [All Lists]

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

2016-09-15 12:44:44


On 15.09.2016 19:36, Rahul Singh rahulsinghindia15(_at_)gmail(_dot_)com wrote:
<xsl:if test="$tranFile/objects/Contact[Id_c != $aN]">

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

Gerrit
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

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