blob: c14a4ff2e4cd7c23f1a50f516ab23f569552ac21 (
plain) (
blame)
1
2
3
4
5
|
Class XmlSimple offers an easy API to read and write XML. It is a Ruby
translation of Grant McLean's Perl module XML::Simple. Simply put,
it automatically converts XML documents into a Ruby Hash.
WWW: http://rubyforge.org/projects/xml-simple
|