freebsd-ports/textproc/p5-XML-Directory/pkg-descr
Anton Berezin 335960c4e4 Add p5-XML-Directory 0.84, a perl module which returns a content of
a directory as XML.

PR:		32163
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-12-07 12:45:27 +00:00

12 lines
582 B
Text

This extension provides two classes: XML::Directory::String and
XML::Directory::SAX. Their methods make it possible to set parameters
such as level of details or maximal number of nested sub-directories
and generate either string containing the resulting XML or SAX events.
The SAX generator supports both SAX1 and SAX2 handlers. There are two
SAX interfaces available: basic ContentHandler and optional ErrorHandler.
WWW: http://search.cpan.org/search?dist=XML-Directory
-- Sergey Skvortsov
skv@protey.ru