Nokogiri 1.3.3 Released

nokogiri version 1.3.3 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.” – 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

Nice work. Thanks again. Next release, I’ll do the work.

On Jul 29, 2009 1:51 AM, “Aaron P.” [email protected]
wrote:

nokogiri version 1.3.3 has been released! * http://nokogiri.org/ * <
tenderlove (Aaron Patterson) · GitHub

2009/7/29 Aaron P. [email protected]:

nokogiri version 1.3.3 has been released!

Hi, I asked a question in nokogiri-talk maillist about adding nodes to
a XML but didn’t get a response. Could I get it now please?

The question is this one:
http://groups.google.com/group/nokogiri-talk/browse_thread/thread/83e7f231836cd025

Thanks a lot and congratulations for such good project.