<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>I've used xmlparser, "a lightweight C++ library for parsing xml files", which was indeed fast and lightweight. </div><div><a href="http://vipbase.net/xmlparser/">http://vipbase.net/xmlparser/</a></div><div>someone would need to port it to D though, but shouldn't be too hard as the library is indeed small. </div><div><br></div><div><br></div><div><div>On Mar 2, 2013, at 10:42 AM, Andrej Mitrovic <<a href="mailto:andrej.mitrovich@gmail.com">andrej.mitrovich@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">On 3/2/13, simendsjo <<a href="mailto:simendsjo@gmail.com">simendsjo@gmail.com</a>> wrote:<br><blockquote type="cite">Which can you recommend?<br></blockquote><br>I use ae's lite xml library:<br><br><a href="https://github.com/CyberShadow/ae/blob/master/utils/xmllite.d">https://github.com/CyberShadow/ae/blob/master/utils/xmllite.d</a><br><br>It's not a monster but thanks to UFCS I can easily extend it to do<br>what I want. For some trivial xml parsing which I needed it was great<br>(OTOH std.xml is a segfaulting monster).<br></blockquote></div><br></body></html>