Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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