summaryrefslogtreecommitdiffstats
path: root/lasso/id-wsf/data_service.c
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-28 15:31:52 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-28 15:31:52 +0000
commit19b7cc0bbc0d060d21f000b5241b007b77b1e47a (patch)
tree62a0e7c2e7f4ab88ecb19457659233b95bcb96d2 /lasso/id-wsf/data_service.c
parent1dab7b59e5f36ef0a5cfed124a3a2f5d549d82ce (diff)
downloadlasso-19b7cc0bbc0d060d21f000b5241b007b77b1e47a.tar.gz
lasso-19b7cc0bbc0d060d21f000b5241b007b77b1e47a.tar.xz
lasso-19b7cc0bbc0d060d21f000b5241b007b77b1e47a.zip
ID-WSF: change name of Personal Profile namespace symbols, add symbols for ID-SIS PP 1.1
Diffstat (limited to 'lasso/id-wsf/data_service.c')
-rw-r--r--lasso/id-wsf/data_service.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lasso/id-wsf/data_service.c b/lasso/id-wsf/data_service.c
index 55eb3a8a..7f80ce57 100644
--- a/lasso/id-wsf/data_service.c
+++ b/lasso/id-wsf/data_service.c
@@ -960,8 +960,8 @@ register_xpath_namespace(gchar *prefix, gchar *href, xmlXPathContext *xpathCtx)
static void
lasso_register_idwsf_xpath_namespaces(xmlXPathContext *xpathCtx)
{
- xmlXPathRegisterNs(xpathCtx, (xmlChar*)LASSO_PP_PREFIX,
- (xmlChar*)LASSO_PP_HREF);
+ xmlXPathRegisterNs(xpathCtx, (xmlChar*)LASSO_PP10_PREFIX,
+ (xmlChar*)LASSO_PP10_HREF);
xmlXPathRegisterNs(xpathCtx, (xmlChar*)LASSO_EP_PREFIX,
(xmlChar*)LASSO_EP_HREF);
if (dst_services_by_prefix == NULL)