Changes for version 2.1
- Dropped Class::Accessor dependency in favor of our own simple lighter weight accessors. Less is more. ;)
- Added in_element and ancestors methods to all nodes.
- Added the root_element method to XML::Elemental::Document.
- Added tests for root_element, in_element and ancestors.
- Fixed contents and attributes so they absolutely will return an empty ARRAY or HASH reference (respectively) if not set.
Modules
simplistic and perlish handling of XML data.
a generic characters object.
a generic document object.
a generic element (tag) object.
base class for all other XML::Elemental objects.
the SAX2 handler that drives XML::Elemental.
utility methods for working with XML::Elemental.
A flexible and extensible object tree style for XML::Parser. DEPRECATED.