antchfx / xmlquery

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

support xpath functions like concat #25

Closed vtolstov closed 4 years ago

zhengchun commented 4 years ago

You can see https://github.com/antchfx/xpath docs, it list supports concat function. https://github.com/antchfx/xpath/blob/1c990a699e0680116dc25afd40e541363598aff6/func.go#L508