diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2011-12-16 10:55:37 +0100 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2011-12-16 11:39:24 +0100 |
| commit | 9a31985671edfaf877a1254e308bf7d61f1219fa (patch) | |
| tree | f252607ec8dd2a1c0d98850dc84f51c3e84a7029 | |
| parent | c087569c48fbe2ad981e5f4ef0f838b7920f5e2b (diff) | |
[xml] add LASSO_XMLENC_PREFIX and LASSO_XMLENC_HREF defines
| -rw-r--r-- | lasso/xml/strings.h | 14 |
1 files changed, 14 insertions, 0 deletions
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 */ /*****************************************************************************/ |
