[
Lists Home |
Date Index |
Thread Index
]
- From: Richard Tobin <richard@cogsci.ed.ac.uk>
- To: xml-dev@ic.ac.uk
- Date: Wed, 28 Apr 1999 17:08:40 +0100 (BST)
Looking at the latest XSL draft
(http://www.w3.org/TR/1999/WD-xslt-19990421.html)
it appears that
foo//bar[5]
means different things depending on where it appears.
As a location path (see section 6.1), it selects a bar element that is
a descendent of a foo child of the current node, and that is the fifth
such element in document order.
As a pattern (see section 6.3), it matches a bar element that is a
descendent of a foo element, and that is the fifth foo child of its
parent.
That is, in one case it means fifth amongst all the matching nodes, and
in the other it means fifth amongst its siblings.
Have I misunderstood something?
-- Richard
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|