xmlwf
XML parsing C library - example application
Install
- All systems
-
curl cmd.cat/xmlwf.sh
- Debian
-
apt-get install expat
- Ubuntu
-
apt-get install expat
- Alpine
-
apk add expat
- Arch Linux
-
pacman -S expat
- Kali Linux
-
apt-get install expat
- CentOS
-
yum install expat
- Fedora
-
dnf install expat
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install expat
- OS X
-
brew install expat
- Raspbian
-
apt-get install expat
- Dockerfile
- dockerfile.run/xmlwf
- Docker
-
docker run cmd.cat/xmlwf xmlwf
powered by Commando
expat
XML parsing C library - example application
This package contains xmlwf, an example application of expat, the C library for parsing XML. The arguments to xmlwf are one or more files which are each to be checked for XML well-formedness.