<div>In the mean time, you could try the sax parser that comes with erlsom. It is significantly faster than xmerl, uses little memory and it has an easy to use sax API. </div>
<div> </div>
<div>You can read the documentation here: </div>
<div><a href="http://erlsom.sourceforge.net/">http://erlsom.sourceforge.net</a></div>
<div> </div>
<div>or download the software here:</div>
<div><a href="http://sourceforge.net/projects/erlsom/">http://sourceforge.net/projects/erlsom/</a></div>
<div>   <br>Regards,</div>
<div>Willem<br></div>
<div class="gmail_quote">On Thu, Apr 2, 2009 at 4:55 PM, Kenneth Lundin <span dir="ltr"><<a href="mailto:kenneth.lundin@gmail.com">kenneth.lundin@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">We are working on significant performance improvements and new API's for XMERL.<br><br>The new XMERL will be at least 4 times faster than the current<br>
version. The base for this is a completely new<br>SAX parser that you also can use directly with new API's.<br><br>The memory consumption will also be significantly reduced.<br><br>/Kenneth Erlang/OTP Ericsson<br>
<div>
<div></div>
<div class="h5"><br>On Tue, Mar 31, 2009 at 8:13 PM, Yogish Baliga <<a href="mailto:yogishb@yahoo.com">yogishb@yahoo.com</a>> wrote:<br>><br>> I am currently working on developing a linkedin driver (c language) for XML parser (xmerl is too slow). This is a SAX parser is given the following input:<br>
><br>> 1. XML to be parsed<br>> 2. Call back functions (MFA) for start of node, end of node and for text elements<br>><br>> I found C APIs to do RPC calls from c-node (ei_rpc). This require ei_cnode and fd parameters. That means I need to run the port as a c-node.<br>
><br>> Is it possible to do RPC from linkedin driver without converting linkedin driver as a c-node?<br>><br>> Thanx,<br>> -- baliga<br>><br>><br>> "The quality of programmers is a decreasing function of the density of GOTO statements in the programs they produce." - Edsger W. Dijkstra<br>
><br>> _______________________________________________<br>> erlang-questions mailing list<br>> <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>> <a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.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://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</div></div></blockquote></div><br>