[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] xml-simple 1.0.12 released

Maik Schmidt

2/27/2009 8:02:00 PM

Yo!

I have released a new version of XmlSimple (xml-simple 1.0.12) some
minutes ago.

XmlSimple offers a simple API to read and write XML documents. It is a
Ruby translation of Grant McLean's Perl module XML::Simple. Simply put,
it automatically converts XML documents into a Ruby Hash and vice versa.

Documentation can be found here: http://xml-simple.ruby...

Major changes in the new version:

- Works with Ruby 1.9.1, 1.8.x
- Accepts compressed XML documents represented by Zlib::GzipReader
objects (added by Jay Lawrence).
- Supports 'AttrPrefix' option (added by Reid Morrison).

Simply run 'gem install xml-simple' or 'gem update' to get the new version.

Cheers,

Maik

---
Maik Schmidt (http://maik-...), Software Developer
Enterprise Recipes with Ruby and Rails
(http://pragprog.com/titles/msenr/enterprise-recipes-with-ruby...)
Enterprise

Integration with Ruby
(http://pragprog.com/titles/fr_eir/enterprise-integration...)

"Start simple or fail!"