diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-12-07 10:20:01 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-12-07 10:20:01 +0000 |
| commit | d249fed61e0f9b41c3abea58d64b2c733afa21a5 (patch) | |
| tree | c3b4ea6d6ef15ac24781a4a2ee38df08afa13126 | |
| parent | eeb34add2adcf8f6c0e30392bc6bd8ed8f3609b8 (diff) | |
Fixed namespace of Status element : Status is included by schemas so no default name space.
| -rw-r--r-- | lasso/xml/utility_status.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lasso/xml/utility_status.c b/lasso/xml/utility_status.c index f0673160..bfe4287b 100644 --- a/lasso/xml/utility_status.c +++ b/lasso/xml/utility_status.c @@ -69,7 +69,6 @@ get_xmlNode(LassoNode *node) snippets(); xmlnode = xmlNewNode(NULL, "Status"); - xmlSetNs(xmlnode, xmlNewNs(xmlnode, LASSO_DISCO_HREF, LASSO_DISCO_PREFIX)); build_xml_with_snippets(xmlnode, snippets); |
