Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikaello/go-iof-xml
Go structs generated from IOF XSD v2 and v3
https://github.com/mikaello/go-iof-xml
Last synced: 23 days ago
JSON representation
Go structs generated from IOF XSD v2 and v3
- Host: GitHub
- URL: https://github.com/mikaello/go-iof-xml
- Owner: mikaello
- License: gpl-3.0
- Created: 2023-04-30T09:59:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T23:41:56.000Z (about 1 year ago)
- Last Synced: 2024-10-26T15:17:05.147Z (2 months ago)
- Language: Go
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-iof-xml
Go structs generated from IOF XSD v3 and v2.
There also some marshaller utils in the `pkg/marshallers` package to help you
convert XML files to Go structs and back.## Related
- Java classes for IOF XML v3 and v2:
[github.com/orienteering-oss/iof-xml](https://github.com/orienteering-oss/iof-xml)
- C# classes for IOF XML v3:
[github.com/international-orienteering-federation/Dotnet-Client-IOF.XML.V3](https://github.com/international-orienteering-federation/Dotnet-Client-IOF.XML.V3)
- IOF repository for
- [v2 datastandard](https://github.com/international-orienteering-federation/datastandard-v2)
- [v3 datastandard](https://github.com/international-orienteering-federation/datastandard-v3)