[lholst@students.cs.uu.nl: following/preceding-sibling shorthands in XPath 2.0]

This was sent to www-xpath-comments.

Liam

-- 
Liam Quin, W3C XML Activity Lead, http://www.w3.org/People/Quin/
http://www.holoweb.net/~liam/

Forwarded message 1

  • From: Laurens Holst <lholst@students.cs.uu.nl>
  • Date: Wed, 17 Nov 2004 14:31:19 +0100
  • Subject: following/preceding-sibling shorthands in XPath 2.0
  • To: www-xpath-comments@w3.org
  • Message-ID: <419B52A7.1020704@students.cs.uu.nl>
  • X-Archived-At: http://www.w3.org/mid/419B52A7.1020704@students.cs.uu.nl
What about creating shorthands for following-sibling and 
preceding-sibling in XPath 2.0?

following-sibling::chapter[fn:position() = 1] could be
+chapter[1]

and

preceding-sibling::chapter[fn:position() = 1] could be
-chapter[1]

Neither + or - are legal characters to start an XML element name with, 
so I think this syntax is possible. Other usage examples would be +[1] 
and -[1] for +*[1] and -*[1].

In my company's product we have changed from our own targeting method to 
XPath (shorthand notation), and this is one thing we're missing. We use 
these selectors so often that we currently defined our own syntax for it 
('~+chapter[1]' and '~-chapter[1]'), but we would prefer to use a 
standardized method.


~Grauw

-- 
Ushiko-san! Kimi wa doushite, Ushiko-san nan da!!

Received on Wednesday, 17 November 2004 17:16:57 UTC