Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pgaskin/xmlwriter
- Owner: pgaskin
- License: mit
- Created: 2021-11-29T06:34:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T16:49:13.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T11:15:21.079Z (7 months ago)
- Topics: go, xml, xml-encoder, xml-namespaces, xml-serialization
- Language: Go
- Homepage: https://pkg.go.dev/github.com/pgaskin/xmlwriter
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.