Is there a good erlsom tutorial?

I really need to use the XML parser in erlang ... I found erlsom lib, and there is not much tutorial that will teach me how to parse XML for writing and vice versa ... please if someone has simple code in erlsom for this

+3
source share
1 answer

There's a Muharem Hrnjadović blog post on parsing XML in Erlang . Then, Joe A simple XML parsing example using Erlang and Erlsom .

Serialization of records in XML can be done using the Piqi project .

+5
source

All Articles