summaryrefslogtreecommitdiffstats
path: root/lasso/xml/dst_query_response.c
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2004-12-08 14:02:25 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2004-12-08 14:02:25 +0000
commit6a44127d456e9cd2f98bcd19a3138d19db6740fb (patch)
tree5a85614f35478cbd09a2f1737631e62821b0356c /lasso/xml/dst_query_response.c
parent6558b56fa92eccea97eb4c49385f7d636f05f483 (diff)
downloadlasso-6a44127d456e9cd2f98bcd19a3138d19db6740fb.tar.gz
lasso-6a44127d456e9cd2f98bcd19a3138d19db6740fb.tar.xz
lasso-6a44127d456e9cd2f98bcd19a3138d19db6740fb.zip
Fixed support of ResourceIDGroup : updated class of level 1 and id-wsf with this new class.
Diffstat (limited to 'lasso/xml/dst_query_response.c')
-rw-r--r--lasso/xml/dst_query_response.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/xml/dst_query_response.c b/lasso/xml/dst_query_response.c
index 280941bb..9dbc91ee 100644
--- a/lasso/xml/dst_query_response.c
+++ b/lasso/xml/dst_query_response.c
@@ -80,6 +80,7 @@ insure_namespace(xmlNode *xmlnode, xmlNs *ns)
t = t->next;
continue;
}
+ printf("set ns to %s\n", t->name);
xmlSetNs(xmlnode, ns);
insure_namespace(t, ns);
t = t->next;