Nokogiri 1.5.8 Released

nokogiri version 1.5.8 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.

Special thanks to Michael K. (@mbklein) for his help in preparing
this
release.

Changes:

1.5.8 / 2013-03-19

  • Bugfixes

    • (JRuby) Fix EmptyStackException thrown by elements with xlink:href
      attributes and no base_uri #534, #805. (Thanks, Patrick Quinn and Brian
      Hoffman!)
    • Fixes duplicate attributes issue introduced in 1.5.7. #865
    • Allow use of a prefixed namespace on a root node using
      Nokogiri::XML::Builder #868