xsl-list
[Top] [All Lists]

Re: [xsl] not condition is not working for my XSLT

2016-09-16 02:15:58
On 16 September 2016 at 00:22, Rahul Singh 
rahulsinghindia15(_at_)gmail(_dot_)com <
xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> wrote:


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


It seems you've made an error of case sensitiveness. The correct code for
your example looks like needs to be

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


With best regards,
Mukul gandhi
--~----------------------------------------------------------------
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>