validxml
xml validator factory
Install
- All systems
-
curl cmd.cat/validxml.sh
- Debian
-
apt-get install libxml-validate-perl - Ubuntu
-
apt-get install libxml-validate-perl - Kali Linux
-
apt-get install libxml-validate-perl - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libxml-validate-perl - Raspbian
-
apt-get install libxml-validate-perl
libxml-validate-perl
xml validator factory
XML::Validate is a generic interface to different XML validation backends. For a list of backend included with this distribution see the README. If you want to write your own backends, the easiest way is probably to subclass XML::Validate::Base. Look at the existing backends for examples.