On Friday, April 20, 2018 08:45:45 Dejan Lekic via Digitalmars-d-announce wrote: > 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?
No, that's not something that I'm familiar with. I just made up the API based on what made sense to me. I basically took the API that EntityRange.Entity has and morphed it into what made sense for a tree structure. - Jonathan M Davis
