= xmlsec =
 * https://www.aleksey.com/xmlsec/index.html

XML Security Library is a C library based on LibXML2. The library supports major XML security standards: 
 * https://users.dcc.uchile.cl/~pcamacho/tutorial/web/xmlsec/xmlsec.html

== Slackbuild ==
{{{#!highlight bash
wget https://slackbuilds.org/slackbuilds/14.2/libraries/xmlsec.tar.gz
tar xvzf xmlsec.tar.gz 
cd xmlsec
wget https://www.aleksey.com/xmlsec/download/xmlsec1-1.2.29.tar.gz
./xmlsec.SlackBuild 
installpkg  /tmp/xmlsec-1.2.29-i586-1_SBo.tgz
}}}