Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pgaskin/xmlwriter

A simpler and more powerful alternative to encoding/xml.Encoder for generating indented namespace-aware XML.
https://github.com/pgaskin/xmlwriter

go xml xml-encoder xml-namespaces xml-serialization

Last synced: 23 days ago
JSON representation

A simpler and more powerful alternative to encoding/xml.Encoder for generating indented namespace-aware XML.

Awesome Lists containing this project

README

        

# xmlwriter
A simpler and more powerful alternative to [`encoding/xml.Encoder`](https://pkg.go.dev/encoding/xml#Encoder) for generating indented namespace-aware XML.

See the [documentation](https://pkg.go.dev/github.com/pgaskin/xmlwriter) and [tests](./writer_test.go) for examples and more information.