|
XML::Node is for those who
use Perl to process XML
files. XML::Node is built on
top of XML::Parser and
provides a simplified
programming interface.
XML::Node users can register
callback sub-routines or
variables to specific type
of XML nodes. The
values of the specified
XML nodes are
automatically copied to the
corresponding variables.
When specified XML tags are
found, registered callback
sub-routines are called.
XML::Node is a shortcut to
XML::Parser if you
don't
care much about details of
XML files.
Date: Nov, 22 1999 |