On Saturday, 2 March 2013 at 18:42:13 UTC, Andrej Mitrovic wrote:
On 3/2/13, simendsjo <[email protected]> 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).
I've used xmlparser, "a lightweight C++ library for parsing xml
files", which was indeed fast and lightweight.
http://vipbase.net/xmlparser/
someone would need to port it to D though, but shouldn't be too
hard as the library is indeed small.