ECMA bindings for XPathNSResolver

Should the ECMAScript bindings bind the XPathNSResolver interface to a
function rather then an Object. The NodeFilter interface which looks very
similar to the XPathNSResolver interface (no attributes and only one
function) contains a similar binding.

This would make it easier for ECMAScript applications to implement own
customized XPathNSResolver implementations.

Regards,
Jonas Sicking

Received on Saturday, 9 February 2002 14:58:35 UTC