nokogiri version 1.5.8 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.
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
- (JRuby) Fix EmptyStackException thrown by elements with xlink:href