XML-DOM2 (last updated 2006-07-13)

This module provides XML DOM Level2 support for your XML documents, allowing you to built perl objects around the xml and build your data access around the standard DOM interfaces.

This module is considered Alpha, it has most of the features required but requires a lot of user feedback and testing, and tests written in order to solidify it's design and api's

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::DOM2

You can also look for information at:

Search CPAN

http://search.cpan.org/dist/XML-DOM2

CPAN Request Tracker:

http://rt.cpan.org/NoAuth/Bugs.html?Dist=XML-DOM2

AnnoCPAN, annotated CPAN documentation:

http://annocpan.org/dist/XML-DOM2

CPAN Ratings:

http://cpanratings.perl.org/d/XML-DOM2

COPYRIGHT AND LICENCE

Copyright (C) 2006 Martin Owens

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.