[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

[ANN] Libxml-Ruby 0.3.8

Ross Bamford

4/24/2006 9:54:00 PM

After two month's work, Libxml-Ruby 0.3.8 is now available from
Rubyforge. Libxml-Ruby provides a Ruby binding for the GNOME LibXML2
library, supporting high-speed, high-capability XML handling in Ruby.
This release includes both new features and bugfixes.

Install:

su -c 'gem install libxml-ruby'

or download from:

http://rubyforge.org/frs/?group_id=494&relea...
(and follow instructions in README)

http://libxml.ruby...

Changes in this version include:

* Implemented SAX parser callback handling
* Defined XML::Node (hash) equality in terms of XML representation
* Fixed XML::Node#content inoperable bug
* Fixed memory leak in same
* Added convenience methods to XML::Node and XML::Node::Set
* Fixes to XML::Node::Set#to_a
* Integrated contributed XML::Parser.register_error_handler patch
* Fixed symbol defs and removed OSX -fno-common workaround
* Numerous documentation updates and fixes

Thanks to everyone who contributed patches, gave suggestions, and
reported bugs - more of the same, please :)

--
Ross Bamford - rosco@roscopeco.remove.co.uk