Combo / lib / XML

[..] [files]

This directory contains PERL modules for parsing XML files and for representing parse trees.

Annotated Contents

Files

Node.pm
This module implements the XML::Node class, which forms the basis for a very simple representation for XML parse trees.
TrivialParser.pm
This module implements the XML::TrivialParser class, which implements a simple parser for (currently, a subset of) XML documents. By default it generates a parse tree of XML::Nodes, but can be subclassed for other (e.g. SAX-like) behavior.
testParser.pl
Simple test harness for TrivialParser.pm and Node.pm.

Copyright © PenguinSong.org
$Id: HEADER.html,v 1.2 2002/05/14 20:31:54 steve Exp $
      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