antchfx / xmlquery

xmlquery is Golang XPath package for XML query.
https://github.com/antchfx/xpath
MIT License
444 stars 89 forks source link

Missing text node with //text() #61

Closed mdom closed 3 years ago

mdom commented 3 years ago

When trying to match all text nodes in this test Find() only returns two text nodes instead of the expected three. Am i missing something or is this maybe a bug?

Cheers, Mario