XML::LibXML::Iterator version 1.00

XML::LibXML::Iterator implements the iterator part of the DOM Traversal and Range specification. This class allows to iterate through a DOM as it is done through an ordinary array.

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

This module requires these other modules and libraries:

XML::LibXML 1.52 or later.
XML::NodeFilter 0.01 or later.

COPYRIGHT AND LICENCE

Copyright (C) 2002 Christian Glahn. All rights reserved.

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