Learning to XML with D

via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Feb 6 04:38:38 PST 2015


On Friday, 6 February 2015 at 11:39:32 UTC, Chris wrote:
> If you wanna use D for XML parsing, see if you can find a solid 
> 3rd party library in D (have a look at Adam's github page: 
> https://github.com/adamdruppe/, he has some DOM and HTML stuff 
> up there).

Another place to look is http://code.dlang.org/ , which contains 
packages usable with DUB. There you can find KXML, for example:
http://code.dlang.org/packages/kxml

>
> There is a new xml module in the review queue, but nobody seems 
> to care. I _think_ the reason why nobody really cares is that 
> most people in the D community don't like XML.

:-P

I think the reason is simply that someone has to do the actual 
work of pushing things forward. And to make matters worse, 
std.xml2 is marked as abandoned, so it would first have to be 
brought back into form before it can even be submitted.


More information about the Digitalmars-d-learn mailing list