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.