[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] Use xsd to specify multiple instances of existing element
- From: "Mukul Gandhi" <gandhi.mukul@gmail.com>
- To: "Andrew Welch" <andrew.j.welch@gmail.com>
- Date: Tue, 23 Sep 2008 17:18:25 +0530
IHMO, I find position() function ok as it is.
On Tue, Sep 23, 2008 at 3:00 PM, Andrew Welch <andrew.j.welch@gmail.com> wrote:
> sibling-position() - the position of the node amongst its siblings
I don't very much like this idea ... if we have a set of siblings
(say, elements), and I am at a particular context node, then count(. |
preceding-sibling::*) will give what sibling-position() you are asking
to do.
> document-position() - the position of the node within the document
I also do not like this idea very much ... I think the current tree
navigation mechanisms in XPath are sufficient (axes etc.).
--
Regards,
Mukul Gandhi
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]