diff options
author | Thibaut Notteboom <tib@tibux.org> | 2012-12-26 08:05:34 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-26 21:36:43 +0100 |
commit | e0777db10608c668a7b7084157d50ed50733b10e (patch) | |
tree | 6bb0262bfa0447ee6d874b6a8abaf09d295f0145 /libraries/xml-security-c/README | |
parent | 27e09d40a44b79704cc7ccfca13884e628d58e92 (diff) |
libraries/xml-security-c: Added (Apache XML security C++ library).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/xml-security-c/README')
-rw-r--r-- | libraries/xml-security-c/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/xml-security-c/README b/libraries/xml-security-c/README new file mode 100644 index 000000000000..bf00eb325743 --- /dev/null +++ b/libraries/xml-security-c/README @@ -0,0 +1,6 @@ +The xml-security-c library is a C++ implementation of the XML Digital +Signature and Encryption specifications. The library makes use of the +Apache XML project's Xerces-C XML Parser and Xalan-C XSLT processor. +The latter is used for processingXPath and XSLT transforms. + +xalan-c is an optional dependency (autodetected). |