XML-xmlapi
The xmlapi was originally written as a structure manipulation library for ANSI C in my ill-fated wftk project in the year 2000. (Yeah.) I've kept it forever, obviously, and ported it into Perl and Python as I got more into those languages.
Now, I find I'm just too attached to it. So with the advent of the semantic programming framework, it's the structure manipulation library of choice. My choice, anyway. It's lightweight, so you'll hardly know it's there.
Seriously, it's not too bad a choice for tree-shaped data.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the perldoc command.
perldoc XML::xmlapi
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=XML-xmlapi
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/XML-xmlapi
CPAN Ratings
http://cpanratings.perl.org/d/XML-xmlapi
Search CPAN
http://search.cpan.org/dist/XML-xmlapi/
LICENSE AND COPYRIGHT
Copyright (C) 2010 Michael Roberts
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.