NAME
Kite::XML::Parser - XML parser for kite related markup
SYNOPSIS
package Kite::XML::Parser;
my $parser = Kite::XML::Parser->new();
my $kite = $parser->parsefile($filename);
DESCRIPTION
This is a simple stack based parser built around the XML::Parser module. It parses XML text and instantiates Kite::XML::Node::* objects as it identifies various elements in the markup. These are automatically constructed into a tree (a.k.a 'grove'). A node object representing the root object is returned.
AUTHOR
Andy Wardley <abw@kfs.org>
REVISION
$Revision: 1.1 $
COPYRIGHT
Copyright (C) 2000 Andy Wardley. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
See also <Kite::XML::Node> and <Kite::XML::Node::Kite>