Re: [xml-dev] Looking for an example of a name colliision

From
<>
To
Date
2003-06-01T22:44:31Z
ID
<>
Thread
Re: [xml-dev] Looking for an example of a name colliision
james anderson <> writes:

> "K. Ari Krupnikov" wrote:
> > 
> > Arjun Ray <> writes:
> > 
> > ...
> > 
> > So instead of /a:foo/b:bar, you'd write
> > /foo[@xmlns='a-role']/bar[@xmlns='b-role']
> > 
> > Interesting.
> > 
> 
> i believe the complete proposal includes (or at least suggests) a dom access
> layer which effects the relabeling and permits
> 
>  /foo/bar

Clearly, this XPath matches a superset of nodes matched by the one
above.

Ari.