Next in thread → Next in month →

Re: [xml-dev] Use xsd to specify multiple instances of existing element

From
Mukul Gandhi <>
To
Andrew Welch <>
Date
2008-09-23T11:48:25Z
ID
<>
Thread
Re: [xml-dev] Use xsd to specify multiple instances of existing element
IHMO, I find position() function ok as it is.

On Tue, Sep 23, 2008 at 3:00 PM, Andrew Welch <> 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
Next in thread → Next in month →