[
Lists Home |
Date Index |
Thread Index
]
Andrew Welch wrote:
> Are there any xpointer-to-xpath converters? :)
Well, I believe that's trivial conversion:
1. Shorthand pointer:
foo -> id('foo')
2. element() scheme:
foo/2/3 -> id('foo')/*[2]/*[3]
3. xpointer() scheme syntax is a superset of XPath syntax.
--
Oleg Tkachenko
http://blog.tkachenko.com
Multiconn Technologies, Israel
|