nokogiri version 1.5.9 has been released!
* <http://nokogiri.org>
* <http://github.com/sparklemotion/nokogiri/wikis>
* <http://github.com/sparklemotion/nokogiri/tree/master>
* <http://groups.google.com/group/nokogiri-talk>
* <http://github.com/sparklemotion/nokogiri/issues>
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