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

Changes for version 0.72 - 2013-05-31

  • Fixed documentation that discusses the internal loading and use of an XML::TreePP object. This helps to bring documentation in line with the POD documentation of XML::TreePP::Editor.
  • The new() method can now accept an argument that allows the caller to provide an XML::TreePP object. This allows one call $tppx = new XML::TreePP::XMLPath( tpp => $tpp_obj ); instead of requiring two calls $tppx = new XML::TreePP::XMLPath; $tppx->tpp( $tpp_obj );

Modules

Similar to XPath, defines a path as an accessor to nodes of an XML::TreePP parsed XML Document.