From 9a31985671edfaf877a1254e308bf7d61f1219fa Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 16 Dec 2011 10:55:37 +0100 Subject: [PATCH] [xml] add LASSO_XMLENC_PREFIX and LASSO_XMLENC_HREF defines --- lasso/xml/strings.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/lasso/xml/strings.h b/lasso/xml/strings.h index 1fe6bc95..9263db43 100644 --- a/lasso/xml/strings.h +++ b/lasso/xml/strings.h @@ -134,6 +134,20 @@ */ #define LASSO_WSUTIL1_PREFIX "wsutil" +/** + * LASSO_XMLENC_HREF + * + * Namespace for xmlenc-core + */ +#define LASSO_XMLENC_HREF "http://www.w3.org/2001/04/xmlenc#" + +/** + * LASSO_XMLENC_PREFIX + * + * Preferred prefix for namespace of xmlenc-core + */ +#define LASSO_XMLENC_PREFIX "xmlenc" + /*****************************************************************************/ /* Lasso */ /*****************************************************************************/