On Thursday, 19 April 2018 at 14:40:58 UTC, Jonathan M Davis
wrote:
Well, since I'm going to be talking about dxml at dconf, and
it's likely that I'll be talking about stuff that was not in
the 0.2.* releases, it seemed like I should get a new release
out before dconf. So, here it is.
dxml 0.3.0 has now been released.
I won't repeat everything that's in the changelog, but the
biggest changes are that writer support has now been added, and
it's now possible to configure how the parser handles
non-standard entity references.
Please report any bugs that you find via github.
Changelog: http://jmdavisprog.com/changelog/dxml/0.3.0.html
Documentation: http://jmdavisprog.com/docs/dxml/0.3.0/
Github: https://github.com/jmdavis/dxml/tree/v0.3.0
Dub: http://code.dlang.org/packages/dxml
- Jonathan M Davis
I am happy to see dxml moving on!
Jonathan, are the interfaces in the dom module generated from the
IDL code from W3C?