xsl-list
[Top] [All Lists]

RE: comparing two xpath fragment with xslt1.0

2004-10-08 07:32:18
thank you for yours reactions,
i means that the two xpaths is  equivalent in the sense that 
they produce 
the same results when evaluated against a particular source document.

OK, so you're not comparing two XPath expressions, you are comparing the
node-sets produced when they are evaluated.

Simplest test is 

   count(a) = count(b) and count(a) = count(a|b)

Michael Kay



<Prev in Thread] Current Thread [Next in Thread>