xsl-list
[Top] [All Lists]

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

2012-06-15 08:07:23
On Fri, Jun 15, 2012 at 1:14 PM, henry human <henry_human(_at_)yahoo(_dot_)de> 
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.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--