nokogiri version 1.3.3 has been released! * <http://nokogiri.org/> * <http://github.com/tenderlove/nokogiri/wikis> * <http://github.com/tenderlove/nokogiri/tree/master> * <http://groups.google.com/group/nokogiri-talk> * <http://github.com/tenderlove/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." -- Unknown Changes: ### 1.3.3 / 2009/07/26 * New Features * NodeSet#children returns all children of all nodes * Bugfixes * Override libxml-ruby's global error handler * ParseOption#strict fixed * Fixed a segfault when sending an empty string to Node#inner_html= GH #88 * String encoding is now set to UTF-8 in Ruby 1.9 * Fixed a segfault when moving root nodes between documents. GH #91 * Fixed an O(n) penalty on node creation. GH #101 * Allowing XML documents to be output as HTML documents * Deprecations * Hpricot compatibility layer will be removed in 1.4.0 -- Aaron Patterson http://tenderlovemaking.com/