xmlsort
Perl module that implement a SAX filter for sorting XML elements
Install
- All systems
-
curl cmd.cat/xmlsort.sh
- Debian
-
apt-get install libxml-filter-sort-perl
- Ubuntu
-
apt-get install libxml-filter-sort-perl
- Kali Linux
-
apt-get install libxml-filter-sort-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libxml-filter-sort-perl
- Raspbian
-
apt-get install libxml-filter-sort-perl
- Dockerfile
- dockerfile.run/xmlsort
libxml-filter-sort-perl
Perl module that implement a SAX filter for sorting XML elements
Perl SAX filter for sorting 'records' in XML documents (including documents larger than available memory). Includes also the `xmlsort' utility that can be used to sort an XML file from the command line without writing Perl code.