Closed ToadKing closed 4 years ago
https://play.golang.org/p/jS7v32qaF2B
The XPath that searches for the bar namespace should be the one that finds an element, but instead the one that searches for the namespace prefix foo is the one that finds it.
bar
foo
Fixed, check out the latest xpath and xmlquery repos.
xpath
xmlquery
https://play.golang.org/p/jS7v32qaF2B
The XPath that searches for the
bar
namespace should be the one that finds an element, but instead the one that searches for the namespace prefixfoo
is the one that finds it.