summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2011-12-16 10:55:37 +0100
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2011-12-16 11:39:24 +0100
commit9a31985671edfaf877a1254e308bf7d61f1219fa (patch)
treef252607ec8dd2a1c0d98850dc84f51c3e84a7029
parentc087569c48fbe2ad981e5f4ef0f838b7920f5e2b (diff)
[xml] add LASSO_XMLENC_PREFIX and LASSO_XMLENC_HREF defines
-rw-r--r--lasso/xml/strings.h14
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 */
/*****************************************************************************/