std.xml2 (collecting features)
Adam D. Ruppe via Digitalmars-d
digitalmars-d at puremagic.com
Wed Mar 2 11:54:03 PST 2016
On Wednesday, 2 March 2016 at 02:50:22 UTC, Alex Vincent wrote:
> I agree, but the Document Object Model (DOM) is a huuuuuuuuge
> project. It's a project I'd love to take an active hand in
> driving.
My dom.d implements a fair chunk of it already.
https://github.com/adamdruppe/arsd/blob/master/dom.d
Yes, indeed, it is quite a lot of code, but easy to use if you
are familiar with javascript and css selectors.
http://dpldocs.info/experimental-docs/arsd.dom.html
More information about the Digitalmars-d
mailing list