1 comment

[ 4.6 ms ] story [ 12.7 ms ] thread
Recently I was working on an API, and the API was using xml for messages. Dealing with xml is a bit of a pain, so I wrote a small converter. It works on similar lines to Rails' Hash.from_xml and Hash.to_xml