ui-gxmlcpp-version
High-level C++ wrapper library for libxml2/libxslt (development)
Install
- All systems
-
curl cmd.cat/ui-gxmlcpp-version.sh
- Debian
-
apt-get install libui-gxmlcpp-dev
- Ubuntu
-
apt-get install libui-gxmlcpp-dev
- Kali Linux
-
apt-get install libui-gxmlcpp-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libui-gxmlcpp-dev
- Raspbian
-
apt-get install libui-gxmlcpp-dev
- Dockerfile
- dockerfile.run/ui-gxmlcpp-version
libui-gxmlcpp-dev
High-level C++ wrapper library for libxml2/libxslt (development)
"ui-gxmlcpp" is a high-level C++ wrapper around libxml2 and libxslt. It might be a choice for if your needs are some subset of: - XML DOM Tree parsing. - Basic read/write support from/to trees via XPath. - Serialization. - Stylesheets and stylesheet translation support. - XMLSchema and RelaxNG validation. If your needs are "lower-level" (e.g., proper DOM tree API support or SAX parsing), "gdome2" or "xml++" will be the right choices. This package provides all files needed for development.