Comment #2 on issue 15742 by [email protected]: document.evaluate doesn't match with xpath functions (local-name, name) http://code.google.com/p/chromium/issues/detail?id=15742
Matching the tag name is case-sensitive in WebKit. Try matching against 'html' instead of 'HTML' and see if it works. While I think Gecko ignores the case, I did not find anything explicit about it in the spec. Feel free to close the bug if this answer covers your needs. Otherwise, please request ignore-case functionality with a reference to some spec / doc. It will most likely need to go upstream into WebKit. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
