DESCRIPTION XML::Filter::Sort - SAX filter for sorting elements in XML This module is a SAX filter for sorting 'records' in XML documents (including documents larger than available memory). The `xmlsort' utility which is included with this distribution can be used to sort an XML file from the command line without writing Perl code (see: `perldoc xmlsort'). PREREQUISITES Requires XML::SAX BUILDING/INSTALLING Once the archive is unpacked, use these commands: perl Makefile.PL make make test make install RELEASE HISTORY Version 0.91 is the first release to CPAN COPYRIGHT Copyright 2002 Grant McLean This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.