XSLT, Transform - Other
(Extensible Stylesheet Language Transformations) XSLT is a standard subset language of XML designed to allow one XML data structure to be transformed into another. For example, XML files can be transformed into HTML pages (the way this website is made), or into WML for display on Web-enabled mobile phones.
From : www.d3magazine.com/glossary
XML Security Library
XML Security Library provides support for XML Digital Signature and XML Encryption. It is based on LibXML/LibXSLT and can use practicaly any crypto library (currently there is "out of the box" support for OpenSSL, GnuTLS and NSS).
In order to provide the an ability to use different crypto engines, the XML Security Library is splitted in two parts: core library (xmlsec) and crypto library (xmlsec-openssl, xmlsec-gnutls, xmlsec-nss, ...).
The core library has no dependency on any crypto library and provides implementation of all the engines as well as support for all the non crypto transforms (xml parser, c14n transforms, xpath and xslt transforms,...). The XML Security Crypto library provides implementations for crypto transforms, crypto keys data and key data stores. Application is linked with particular XML Security Crypto library (or even libraries), but the actual application code might be general enough so switching crypto engine would be a matter of changing several #include directives.
Loading .....