The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension XML::Directory
==================================================

0.83  Oct 25, 2001
	- added a way to stop recursion by meta-data
	  (doc:Type = 'document')

0.82  Oct 23, 2001
	- doc:position added to RDF/N3 support

0.81  Oct 17, 2001
	- interface to RDF::Notation3 adapted for v0.30 API

0.80  Oct 9, 2001
	- support for RDF meta-data in RDF/Notation3 files
	- SAX driver uses the latest PerlSAX2 notation
	  ({ns}local attributes keys)
	- XML encoding can be changed for String
	- minor bug fixes

0.70  Sep 24, 2001
	- redesigned using a template by Duncan Cameron
	- escaping & in dir and file names
	- improved error handling

0.60  Sep 7, 2001
	- mod_perl interface added
	- support for namespaces (optional)
	- parameters stored in XML header

0.51  Aug 30, 2001
	- fixed a SAX return value error
	- last level directories added

0.50  Aug 29, 2001
	- SAX generator added (parse_SAX, set_content_handler and
	  set_error_handler methods)

0.41  Aug 24, 2001
	- get_string method added
	- error handling
	- fixed a maxdepth defaulting bug

0.40  Aug 21, 2001
	- object interface (XML::Directory class)
	- maximal number of nested sub-directories can be limited
	  (maximal depth)
	- number of details is controlled (brief, normal, verbose)

0.30  Aug 7, 2001
	- original version; created by h2xs 1.20
	- based on a utility script dir2xml.pl, v0.2