Hunt XML released 1.0.0 rc! Support for parsing, encoding, serialize, unserialize, object binding ..

Joseph Rushton Wakeling joseph.wakeling at webdrake.net
Thu Dec 5 16:14:01 UTC 2019


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> ... ?


More information about the Digitalmars-d-announce mailing list