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
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 .