[erlang-questions] new version of Erlsom XML parser

Jose Antonio joseerlang@REDACTED
Mon Mar 31 21:43:02 CEST 2008


Hello Willem,
    Very Cool. Little bug in erlsom_simple_form.erl:
28: can't find include lib "erlsom/src/erlsom_sax.hrl".   --> Replace by 
erlsom_sax.hrl.


Thank you very much.


Regards.


Willem de Jong wrote:
> Hello List,
>  
> I have released a new version of Erlsom.
>  
> The main changes:
> - I modified the SAX parser that is at the basis of erlsom to work
>   directly on binaries, taking advantage of the improved handling of 
> binaries
>   in Erlang R12B. This has increased the speed (provided that R12B is 
> used) and
>   decreased the memory usage.
>  
> - Some other improvements to the SAX parser:
>   - it now understands user defined entities;
>   - working with a 'continuation' function (to support a streaming mode of
>     processing) has been made easier;
>   - the output values can be binaries in stead of strings;
>   - I added some examples and improved the documentation a bit;
>  
> - I changed the license to the Lesser GPL.
>  
> Erlsom can be found on sourceforge: http://sourceforge.net/projects/erlsom
>  
> Regards,
> Willem
> ------------------------------------------------------------------------
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions




More information about the erlang-questions mailing list