[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xsl] Can sets have order?
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 01:58:39 -0800 (PST)
- Wolfgang May - Fri, 2 Feb 2001 11:30:14 +0100 (MET) <=
Dimitre Novatchev - Fri, 2 Feb 2001 03:00:00 -0800 (PST)
|
|