What steps will reproduce the problem?
1. Get a dom object
2. Use a xpath which contains "node" to find a node.
xpath.find("//node[@name='xxx']", element)
3. Get an Exception:
*** XPathParseError: Syntax error:
//node
------^
Why I can't use a xpath contains "node"?
Original issue reported on code.google.com by wen...@gmail.com on 13 Jul 2012 at 8:07