aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Handler-Trees/pkg-descr
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-12-02 19:24:45 +0000
committerSteve Price <steve@FreeBSD.org>2001-12-02 19:24:45 +0000
commitdf25fac56aca6e402c2162ef6be1c88d802a0e0e (patch)
treee152748bc220f09f84ca20541e73ff0c5b8a72e3 /textproc/p5-XML-Handler-Trees/pkg-descr
parent3c5c121e416bc8d7074eb82ba59ba87dd14ac408 (diff)
Adding p5-XML-Handler-Trees version 0.01.
PerlSAX handlers for building XML tree structures. PR: 32325 Submitted by: Sergey Skvortsov <skv@protey.ru>
Notes
Notes: svn path=/head/; revision=50893
Diffstat (limited to 'textproc/p5-XML-Handler-Trees/pkg-descr')
-rw-r--r--textproc/p5-XML-Handler-Trees/pkg-descr13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/p5-XML-Handler-Trees/pkg-descr b/textproc/p5-XML-Handler-Trees/pkg-descr
new file mode 100644
index 000000000000..4673a52a02ab
--- /dev/null
+++ b/textproc/p5-XML-Handler-Trees/pkg-descr
@@ -0,0 +1,13 @@
+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