Yesterday, Nokogiri 1.5.1 was out but was packaged using 1.9. which
caused installation problems.
That’s why 1.5.2 is out today.
A couple of things to mention about for pure Java Nokogiri users.
Java integration feature is in.
You can wrap org.w3c.dom.Document to get Nokogiri::XML::Document.
Also, you can get org.w3c.dom.Document from Nokogiri::XML::Document.
C14n is experimental
Canonicalization is still under the way. Some features work and pass
Nokgoiri tests, but not complete.
XInclude is not implemented
XInclude feature is not implemented yet. The idea of XInclude
processing is very different between Xerces and libxml. It was unable
to work like libxml.
Give it a try.
-Yoko
---------- Forwarded message ----------
From: Mike D. [email protected]
Date: Fri, Mar 9, 2012 at 4:03 PM
Subject: [nokogiri-talk] [ANN] nokogiri 1.5.2 Released
To: ruby-talk [email protected], nokogiri-talk [email protected]
Nokogiri version 1.5.2 has been released!
This version is a repacking of Nokogiri 1.5.1 with a gemspec that
is compatible with older Rubies.