About
Articles for sax:
2014-09-23
programming
erlang
/
OTP
/
xml
/
sax
XML
API
parsing in erlang
Some weeks ago I wrote a application in Erlang which reads data from the youtube API. I wanted to parse its content efficiently via a sax parser and xmerl was the first search result that popped up. At first I had trouble reading its documentation it is actually easy enough …