1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
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
COPYRIGHT
Copyright 2002-2005 Grant McLean <grantm@cpan.org>
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
|