freebsd-ports/textproc/p5-XML-Handler-Trees/pkg-descr
Steve Price df25fac56a Adding p5-XML-Handler-Trees version 0.01.
PerlSAX handlers for building XML tree structures.

PR:		32325
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-12-02 19:24:45 +00:00

13 lines
589 B
Text

XML::Handler::Trees provides three PerlSAX handler classes for building
tree structures. XML::Handler::Tree builds the same type of tree as the
"Tree" style in XML::Parser. XML::Handler::EasyTree builds the same
type of tree as the "EasyTree" style added to XML::Parser by
XML::Parser::EasyTree. XML::Handler::TreeBuilder builds the same type
of tree as Sean M. Burke's XML::TreeBuilder. These classes make it
possible to construct these tree structures from sources other than
XML::Parser.
WWW: http://search.cpan.org/search?dist=XML-Handler-Trees
-- Sergey Skvortsov
skv@protey.ru