Closed zaker139 closed 2 years ago
xml content:
<root> <a>123</a> <b>456</b> <c>789</c> </root>
Xpath like "/root/*[.='789']" shoud return \<c>789\</c>
Seems xpath API like xpath_first now do not support path like above.
Confirm that '*' does not work in some contexts.
Wait, something wrong with patch,..
Now fixed. Please verify
Fixed
xml content:
Xpath like "/root/*[.='789']" shoud return \<c>789\</c>
Seems xpath API like xpath_first now do not support path like above.