An experimental XML library in Go. https://mellium.im/xml/
Go to file
Sam Whited e5b51765bf
all: move to Codeberg
This patch includues updating links in the readme and enabling PR auto
closing in GitHub. Incidentally it also imports the GitHub funding
mechanisms configuration.

Signed-off-by: Sam Whited <sam@samwhited.com>
2022-07-14 07:44:06 -04:00
.github all: move to Codeberg 2022-07-14 07:44:06 -04:00
CHANGES.md xml: start work on encoding/xml test suite 2022-06-04 07:30:03 -04:00
DCO xml: add docs 2021-04-19 08:12:36 -04:00
LICENSE xml: add docs 2021-04-19 08:12:36 -04:00
README.md all: move to Codeberg 2022-07-14 07:44:06 -04:00
atom_test.go xml: start work on encoding/xml test suite 2022-06-04 07:30:03 -04:00
doc.go xml: start work on encoding/xml test suite 2022-06-04 07:30:03 -04:00
encodingxml.go xml: start work on encoding/xml test suite 2022-06-04 07:30:03 -04:00
example_marshaling_test.go xml: start work on encoding/xml test suite 2022-06-04 07:30:03 -04:00
example_test.go xml: start work on encoding/xml test suite 2022-06-04 07:30:03 -04:00
example_text_marshaling_test.go xml: start work on encoding/xml test suite 2022-06-04 07:30:03 -04:00
go.mod xml: start work on encoding/xml test suite 2022-06-04 07:30:03 -04:00
marshal_test.go xml: start work on encoding/xml test suite 2022-06-04 07:30:03 -04:00
read_test.go xml: start work on encoding/xml test suite 2022-06-04 07:30:03 -04:00
split.go xml: start work on encoding/xml test suite 2022-06-04 07:30:03 -04:00
split_test.go xml: start work on encoding/xml test suite 2022-06-04 07:30:03 -04:00
tokenizer.go xml: start work on encoding/xml test suite 2022-06-04 07:30:03 -04:00
tokenizer_test.go xml: start work on encoding/xml test suite 2022-06-04 07:30:03 -04:00
xml_test.go xml: start work on encoding/xml test suite 2022-06-04 07:30:03 -04:00

README.md

XML

Issue Tracker Docs Chat License

An experimental XML library in Go.

To use it in your project, import it like so:

import mellium.im/xml

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 file "LICENSE".

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.