[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xsl] concat all items in a sequence
Subject: RE: [xsl] concat all items in a sequence
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 31 Aug 2005 14:20:04 +0100
|
> as always if you want to know if any item
> in a sequence is equal to something you canm se = and it does an
> implicit quantification over the sequence.
>
Just don't try it in backwards compatibility mode, when "SEQ = true()" means
"boolean(SEQ) = true()". Safer to write exists(SEQ[.]).
Michael Kay
http://www.saxonica.com/
|