You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# xml [](https://godoc.org/github.com/m29h/xml)[](https://github.com/m29h/xml/actions/workflows/test.yml)[](https://coveralls.io/github/m29h/xml)[](https://goreportcard.com/report/github.com/m29h/xml)
2
+
3
+
Package `github.com/m29h/xml` implements a XML 1.0 marshaler that is a drop in `encoding/xml` replacement maintaining full interface compatibility to it but aims to producing [C14N Exclusive XML Canonicalization](https://www.w3.org/TR/xml-exc-c14n/) compatible byte sequences. This includes sorting of all rendered element attributes as per the C14N-XML spec.
4
+
5
+
## Example
6
+
A Struct defined in the normal way as known from `encoding/xml`
0 commit comments