On Thursday, 5 December 2019 at 15:55:29 UTC, zoujiaqing wrote:
# Hunt-XML
A XML library for D Programming Language. Support for parsing, encoding, serialize, unserialize, object binding!

## Features
* DOM parser: parse XML Document
* DOM writer: to string and to file
* Object serialization/deserialization

Cool, congratulations :-)

Just based on a quick check, it looks like the `validate` method used in your example is just about strictly correct XML -- does the library provide any support for validating messages against a schema?

And -- mostly out of curiosity -- what are the major differences compared to other D XML libraries such as experimental.xml <https://github.com/dlang-community/experimental.xml> and dxml <https://github.com/jmdavis/dxml> ... ?

Reply via email to