<div dir="ltr">On Thu, Dec 5, 2013 at 6:23 AM, Jonas Wielicki <span dir="ltr"><<a href="mailto:xmpp-dev@sotecware.net" target="_blank">xmpp-dev@sotecware.net</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 04.12.2013 23:49, Dave Cridland wrote:<br>
> Since we've been discussing XML parsers a lot...<br>
><br>
> <a href="https://github.com/dwd/rapidxml" target="_blank">https://github.com/dwd/rapidxml</a> contains a fork of rapidxml that's been<br>
> randomly hacked^W^Wcarefully optimized to make it more useful in XMPP<br>
> projects that need particularly fine and/or controlled XML handling<br>
><br>
</div>> ...<br>
<div class="im">><br>
> Patches are welcome. I might manage to figure out github pull requests one<br>
> day, too.<br>
<br>
</div>This certainly sounds cool! A pity that I don’t have an C++11 compiler<br>
on the project I’m currently working on.<br>
<br></blockquote><div><br></div><div>Oh - the code itself (which is in the two header files) is C++03. I've strictly kept to that, so older compilers will work just fine (and if they don't, that's a bug). I think it ought to work even with the odd for/if scoping bugs of yesteryear.</div>
<div><br></div><div>The test code (which is *very* rough) is C++11, because it's less typing - better testing would be great.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Are you continuing work on this or is this a semi-idle state?<br>
<br></blockquote><div><br></div><div>Yeah, it looks as if I've not touched it in 2 months, but that's actually because I'm using it rather than developing it.</div><div><br></div><div>So I'll certainly continue fiddling as and when I find a need, but currently it's working fine for my purposes.</div>
<div><br></div><div>Dave.</div></div></div></div>