In the xslt one can express logically the same things in different words like:
exists($x) and every $y in $x satisfies exists($y)
exists($x)
every $y in $x satisfies exists($y)
newbie> Really the same? expert> Ops... You're right, these are different things!
What's the difference?