You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Open document with <html xmlns='http://some-namespace'>...</html>
2. open firepath
3. enter //div
What is the expected output? What do you see instead?
I expect many divs to be displayed
What version of the product are you using? On what operating system?
latest, windows xp, firefox 3.6.15
Please provide any additional information below.
Even if I do "copy XPath" from the document, still no nodes are found for that
expression.
//* works as expected
//*[name()='div'] also works as expected
it seems using xmlns is the culprit, there needs to be a way to register a
default namespace, or use have a hard coded prefix for default namespace.
Original issue reported on code.google.com by [email protected] on 14 Mar 2011 at 4:53
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 14 Mar 2011 at 4:53The text was updated successfully, but these errors were encountered: