What xml libraries are people using?

Benjamin Thaut code at benjamin-thaut.de
Fri May 24 10:54:11 PDT 2013


Am 02.03.2013 09:03, schrieb simendsjo:
> Everyone says "Don't use std.xml", and there are several other libraries.
> Which can you recommend? (I haven't looked closely at any of them, just
> some links found by googling)
>
> https://github.com/adamdruppe/misc-stuff-including-D-programming-language-web-stuff/blob/master/dom.d
>
> http://svn.dsource.org/projects/xmlp/trunk/std/
> https://github.com/theredhead/red.xml
> https://github.com/opticron/kxml
> https://github.com/opticron/libdxml2
> https://launchpad.net/d2-xml

I'm using a port of tinyxml I did myself:

https://github.com/Ingrater/thBase/blob/master/src/thBase/tinyxml.d

Kind Regards
Benjamin Thaut


More information about the Digitalmars-d-learn mailing list