This directory contains PERL modules for parsing XML files and for representing parse trees.
XML::Node
class, which forms
the basis for a very simple representation for XML parse trees.
XML::TrivialParser
class, which
implements a simple parser for (currently, a subset of) XML documents.
By default it generates a parse tree of XML::Node
s, but
can be subclassed for other (e.g. SAX-like) behavior.
TrivialParser.pm
and
Node.pm
.
Name Last modified Size Description
Parent Directory - Makefile 2014-12-16 16:16 252 Node.pm 2014-12-16 16:16 12K TrivialParser.pm 2014-12-16 16:16 13K testParser.pl 2014-12-16 16:16 328