I think I tried that lib once, because I had the requirement to parse WURFL <a href="http://wurfl.sourceforge.net/">http://wurfl.sourceforge.net/</a><div>It is a giant XML that has info about mobile devices. It worked fine with normal sized XMLs, but WURFL crashed it (and erlang along with it).</div>
<div><br></div><div><br></div><div>Sergej<br><br><div class="gmail_quote">On Mon, Mar 26, 2012 at 3:34 PM, MichaƂ Ptaszek <span dir="ltr"><<a href="mailto:michal.ptaszek@erlang-solutions.com">michal.ptaszek@erlang-solutions.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Roberto,<br>
<br>
you might want to be interested in looking at exml:<br>
it's a very simple NIF-based parser built around<br>
expat library:<br>
<a href="https://github.com/paulgray/exml" target="_blank">https://github.com/paulgray/exml</a><br>
<br>
Basing on some of the simple benchmarks of my own it<br>
should be 2-3 times faster than xmerl.<br>
<br>
Best regards,<br>
Michal Ptaszek<br>
<div class="HOEnZb"><div class="h5"><br>
----- Original Message -----<br>
> Dear list,<br>
><br>
> does someone have recent considerations on xml parsers in terms of<br>
> memory<br>
> footprint, parsing speed and stability?<br>
><br>
> The ones I'm aware of are xmerl, erlsom [1] and the driver used in<br>
> ejabberd<br>
> (which unfortunately is GPL).<br>
><br>
> I don't care about DTD validation.<br>
><br>
> Thank you,<br>
><br>
> r.<br>
><br>
> [1] <a href="http://erlsom.sourceforge.net/erlsom.htm" target="_blank">http://erlsom.sourceforge.net/erlsom.htm</a><br>
><br>
</div></div><div class="HOEnZb"><div class="h5">> _______________________________________________<br>
> erlang-questions mailing list<br>
> <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
> <a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
><br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</div></div></blockquote></div><br></div>