The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.56 - 2009-09-08

  • This fixes a bug for getElements and getAttributes methods. These methods were only returning values for the first found node instead of all found nodes. The fix was to change these methods to use the filterXMLDoc method, instead of the deprecated getSubtree method.
  • New test cases added to test the aformentioned scenario.
  • The helper script 'runtests.pl' was added to allow for manually executing all test cases at once.
  • Documentation added to README and POD to describe how to use this module with a generic (non-XML) PERL code reference tree.

Modules

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