xml2json
Perl module to translate between XML and Perl based on XML schemas
Install
- All systems
-
curl cmd.cat/xml2json.sh
- Debian
-
apt-get install libxml-compile-perl
- Ubuntu
-
apt-get install libxml-compile-perl
- Kali Linux
-
apt-get install libxml-compile-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libxml-compile-perl
- Raspbian
-
apt-get install libxml-compile-perl
- Dockerfile
- dockerfile.run/xml2json
libxml-compile-perl
Perl module to translate between XML and Perl based on XML schemas
Many (professional) applications process XML messages based on a formal specification, expressed in XML Schemas. XML::Compile translates between XML and Perl with the help of such schemas. Your Perl program only handles a tree of nested HASHes and ARRAYs, and does not need to understand namespaces and other general XML and schema nastiness.