Exploring Go language in a DTD parser. This is a personal project, I do it when I have time, if you interest in it, feel free to open an issue. The goal of the project is to parse DTD and generate Structs to be used in others Go programs.
- [alpha] Parse DTD and generate corresponding structs in memory
- [alpha] Regenerate DTD - Alpha version
- [wip] Generate Structs to be used in other programs using Go prepare
- DTD Validation
- Missing external DTD
Copyright 2019 Bertrand Lefort. All rights reserved. Use of this source code is governed under MIT License that can be found in the LICENSE file.