blob: 1f05a30cfeaa30596dfced9a7a0bf8bc2782bd27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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/dist/XML-Directory/
-- Sergey Skvortsov
skv@FreeBSD.org
|