Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mellium/xmlstream
A library for manipulating XML token streams.
https://github.com/mellium/xmlstream
sax xml
Last synced: 3 months ago
JSON representation
A library for manipulating XML token streams.
- Host: GitHub
- URL: https://github.com/mellium/xmlstream
- Owner: mellium
- License: bsd-2-clause
- Created: 2018-02-24T19:28:57.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T12:34:14.000Z (about 2 years ago)
- Last Synced: 2024-06-19T11:37:48.171Z (8 months ago)
- Topics: sax, xml
- Language: Go
- Homepage: https://pkg.go.dev/mellium.im/xmlstream
- Size: 136 KB
- Stars: 5
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- Funding: docs/FUNDING.yml
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Security: docs/SECURITY.md
Awesome Lists containing this project
README
# mellium.im/xmlstream
[![Issue Tracker][badge]](https://mellium.im/issue)
[![Docs](https://pkg.go.dev/badge/mellium.im/xmlstream)](https://pkg.go.dev/mellium.im/xmlstream)
[![Chat](https://img.shields.io/badge/[email protected])](https://mellium.chat)
[![License](https://img.shields.io/badge/license-FreeBSD-blue.svg)](https://opensource.org/licenses/BSD-2-Clause)An API for manipulating XML streams in Go; [`io`] but for XML.
To use it in your project, import it like so:
```go
import "mellium.im/xmlstream"
```If you'd like to contribute to the project, see [CONTRIBUTING.md].
## License
The package may be used under the terms of the BSD 2-Clause License a copy of
which may be found in the [LICENSE] file.
Some code in this package has been copied from Go and is used under the terms of
Go's modified BSD license, a copy of which can be found in the [LICENSE-GO]
file.Unless you explicitly state otherwise, any contribution submitted for inclusion
in the work by you shall be licensed as above, without any additional terms or
conditions.[badge]: https://img.shields.io/badge/style-mellium%2fxmpp-green.svg?longCache=true&style=popout-square&label=issues
[`io`]: https://golang.org/pkg/io/
[CONTRIBUTING.md]: https://mellium.im/docs/CONTRIBUTING
[LICENSE]: https://codeberg.org/mellium/xmpp/src/branch/main/LICENSE
[LICENSE-GO]: https://codeberg.org/mellium/xmpp/src/branch/main/LICENSE-GO