Nokogiri 1.5.9 Released

nokogiri version 1.5.9 has been released!

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.9 / 2013-03-21

  • Bugfixes

    • Ensure that prefixed attributes are properly namespaced when
      reparented. #869
    • Fix for inconsistent namespaced attribute access for SVG nested in
      HTML. #861
    • (MRI) Fixed a memory leak in fragment parsing if nodes are not all
      subsequently reparented. #856