Dimitre Novatchev writes:
> >There is no query which yields visibly different results.
>
> ?????
>
> There are ***many*** Xpath expressions, which will produce different
> results when you swap the two nodes:
>
> 1. generate-id($node)
>
> 2. count($node/preceding::node())
>
> 3. count($nodeset[position() < 4 and count(preceding::*) = $num1])
These all are *relative* expressions - so these queries use the
_premise_ the nodes can be distinguished to show that they can be
distinguished.
For all (absolute) queries on the document
//path/one-of-the-above-expressions
there is no difference if the nodes are exchanged.
Wolfgang
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
Dimitre Novatchev - Fri, 2 Feb 2001 04:59:06 -0500 (EST)
- Wolfgang May - Fri, 2 Feb 2001 05:30:28 -0500 (EST) <=
Dimitre Novatchev - Fri, 2 Feb 2001 06:00:17 -0500 (EST)
|
|