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

Changes for version 0.71 - 2013-05-30

  • Getter and setter methods were not properly accessing the properties of XML::TreePP. XML::TreePP::XMLPath was only accessing them directly through the internally referenced XML::TreePP object's getter and setter. As a result. this feature was removed, and documentation was updated to reflect that the XML::TreePP properties must be set and retrieved through the object's internally referenced XML::TreePP object via XML::TreePP::XMLPath->tpp()->set|get(...) in OO mode.

Modules

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