xmlcatalog
GNOME XML library
Install
- All systems
-
curl cmd.cat/xmlcatalog.sh
- Debian
-
apt-get install libxml2-utils
- Ubuntu
-
apt-get install libxml2-utils
- Alpine
-
apk add libxml2
- Arch Linux
-
pacman -S libxml2
- Kali Linux
-
apt-get install libxml2-utils
- CentOS
-
yum install libxml2
- Fedora
-
dnf install libxml2
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libxml2-utils
- OS X
-
brew install libxml2
- Raspbian
-
apt-get install libxml2-utils
- Dockerfile
- dockerfile.run/xmlcatalog
- Docker
-
docker run cmd.cat/xmlcatalog xmlcatalog
powered by Commando
libxml2
GNOME XML library
XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. This package provides a library providing an extensive API to handle such XML data files.
libxml2-utils
XML utilities
XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. This package provides xmllint, a tool for validating and reformatting XML documents, and xmlcatalog, a tool to parse and manipulate XML or SGML catalog files.