Re: [xsl] Testing if all child nodes match (based on the value of certain elements)

Subject: Re: [xsl] Testing if all child nodes match (based on the value of certain elements)
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Mon, 23 Apr 2007 23:05:31 +0200
Abel Braaksma wrote:

which means: if one item on the left side is sequence is unequal to any item in the right side sequence, the whole expression returns false:

OOPS! Returns 'true()' I mean ;)


if all are equal >>> false
if one or more is different >>> true

Current Thread