Nokogiri 1.5.2 Released

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.

Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among Nokogiri’s
many features is the ability to search documents via XPath or CSS3
selectors.

XML is like violence - if it doesn’t solve your problems, you are not
using
enough of it.

Changes:

1.5.2 / 2012-03-09

Repackaging of 1.5.1 with a gemspec that is compatible with older
Rubies.
#631, #632.

FYI: Nokogiri 1.5.2 has been released!

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.

Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among Nokogiri’s
many features is the ability to search documents via XPath or CSS3
selectors.

XML is like violence - if it doesn’t solve your problems, you are not
using
enough of it.

Changes:

1.5.2 / 2012-03-09

Repackaging of 1.5.1 with a gemspec that is compatible with older
Rubies. #631, #632.


You received this message because you are subscribed to the Google
Groups “nokogiri-talk” group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/nokogiri-talk?hl=en.