Re: Re Deprecate/Undefined (was Request for status dump and issues check)

> Q: what's the value of the XPath namespace-uri() function
>         with <aDoc> as the current node??
> 
> A: http://example.com/dir1/foo per the XPath and URI specs,


But that keeps all the bad features of the "make absolute" option
together with the added complication of dealing with undefined
behaviour. Having the effective name of an element (whether for the
purposes of the unique attribute text in the namespace rec, or for
general xpath matching, as here) depend on the current base URI is just
bad in principle. If you are going to keep xpath with this broken
behaviour, you may as well change namespaces to match, having them
inconsistent has no advantages at all.

David

Received on Saturday, 24 June 2000 10:38:54 UTC