mkxmltype
module for down translation of XML files
Install
- All systems
-
curl cmd.cat/mkxmltype.sh
- Debian
-
apt-get install libxml-dt-perl
- Ubuntu
-
apt-get install libxml-dt-perl
- Kali Linux
-
apt-get install libxml-dt-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libxml-dt-perl
- Raspbian
-
apt-get install libxml-dt-perl
- Dockerfile
- dockerfile.run/mkxmltype
libxml-dt-perl
module for down translation of XML files
XML::DT provides a way to manipulate in various ways an XML document. Including: changing the contents, transforming to another document, generating statistics, generating info about the XML document to generate another document (i.e. creating a table of contents for a HTML file).