What xml libraries are people using?
Timothee Cour
thelastmammoth at gmail.com
Sun Mar 3 19:42:27 PST 2013
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.
On Mar 2, 2013, at 10:42 AM, Andrej Mitrovic <andrej.mitrovich at gmail.com> wrote:
> 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).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20130303/a6176a87/attachment.html>
More information about the Digitalmars-d-learn
mailing list