xslt
XSLT processor over a pure-Go XML DOM (go-nokogiri) — no libxslt, no cgo.
Install
go get github.com/go-xslt/xslt
Requires Go 1.26.4 or newer. CGO_ENABLED=0.
Links
- Source: https://github.com/go-xslt/xslt
- API reference: https://pkg.go.dev/github.com/go-xslt/xslt
Note
See the module's README for full, up-to-date details.