The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.18 - 2013-05-09

  • implemented matches(), parent(), guts() node method (Carlos Fernando Avila Gratz)

Changes for version 0.18 - 2013-05-09

  • implemented all node methods needed for Web::Query::LibXML to work
    • clone_list
    • detach
    • delete_content
    • content_list
    • replace_with
    • push_content
    • unshift_content
    • postinsert
    • preinsert
    • disembowel (HTML::TreeBuilder::LibXML) (cafe01)
  • modified parse_file() to read file content, then call parse_content()
    • thats because parse_content() will detect (heuristically) when the parser will add implict <html><body> tags, so guts() can work properly. (cafe01)

Modules

HTML::TreeBuilder and XPath compatible interface with libxml
HTML::Element compatible API for HTML::TreeBuilder::LibXML