Re: [xsl] shortest way to write this xsl:if statement

Subject: Re: [xsl] shortest way to write this xsl:if statement
From: Ihe Onwuka <ihe.onwuka@xxxxxxxxxxxxxx>
Date: Fri, 15 Jun 2012 14:07:10 +0100
On Fri, Jun 15, 2012 at 1:14 PM, henry human <henry_human@xxxxxxxx> wrote:
> Hi ken
>
> fine! thanks, I will try it.
> k regards
> hh
>

= as Ken has very patiently described is an existential quantifier. If
you want regular equality testing use eq.

There are two categories of XPath comparators. General comparison
operators like = that do existential quantification and value
comparison operators like eq that compare atomic values.

Above was in case you wanted to explore the topic more.

Current Thread