What xml libraries are people using?

Andrej Mitrovic andrej.mitrovich at gmail.com
Sat Mar 2 10:42:04 PST 2013


On 3/2/13, simendsjo <simendsjo at gmail.com> wrote:
> Which can you recommend?

I use ae's lite xml library:

https://github.com/CyberShadow/ae/blob/master/utils/xmllite.d

It's not a monster but thanks to UFCS I can easily extend it to do
what I want. For some trivial xml parsing which I needed it was great
(OTOH std.xml is a segfaulting monster).


More information about the Digitalmars-d-learn mailing list