[Webkit-unassigned] [Bug 30128] [v8] fix crbug/671: XPathEvaluator.evalute() will throw "NAMESPACE_ERR: DOM Exception 14" when applied to XML with namespaces

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 6 13:43:21 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30128


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org




--- Comment #7 from Alexey Proskuryakov <ap at webkit.org>  2009-10-06 13:43:21 PDT ---
This was already covered by fast/xpath/nsresolver-function.xhtml and many other
tests. Did you see their results change when running the tests?

Also, this is not a non-standard extension, see a note at the very bottom of
<http://www.w3.org/TR/DOM-Level-3-XPath/ecma-script-binding.html>:

"Note: The parameter resolver of the method XPathEvaluator.evaluate is
specified as an object that implements the XPathNSResolver interface.
ECMAScript users can also pass to this method a function which returns a String
and takes a String parameter instead of the resolver parameter."

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list