Re: [xml-dev] Current status of XLink

From
Oleg Tkachenko <>
To
Andrew Welch <>
Date
2004-03-25T16:55:39Z
ID
<>
Thread
Re: [xml-dev] Current status of XLink
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