Just updated the Go based XML processing repositories:

XML DOM loading and accessing:
https://github.com/speedata/goxml

XPATH 2.0 (and a bit of 3.1) accessing:
https://github.com/speedata/goxpath

The new kid on the block (experimental!) a new XSLT 2.0 processor:

https://github.com/speedata/goxslt

#xml #xpath #xslt

GitHub - speedata/goxml: A struct base XML representation for Go

A struct base XML representation for Go. Contribute to speedata/goxml development by creating an account on GitHub.

GitHub