Expand description
Safe & stupid simple API for XML canonicalization, built on libxml2.
Requirements
See requirements for the libxml package.
Long story short, on Ubuntu/Debian, you need
sudo apt install libxml2-dev
Structs
- An error code (always negative) returned by libxml2 when attempting to canonicalize some XML
- Options for configuring how to canonicalize XML
Enums
- Canonicalization specification to use
Functions
- Parse specified XML document and canonicalize it