summaryrefslogtreecommitdiffstats
path: root/lasso/xml
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-12-22 23:18:16 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-12-22 23:18:16 +0000
commit528c7cc4226caeb76dcb9357b31a7cbad351a3b2 (patch)
tree94398645efa7e9ea039d34510e33c8c08f74dec0 /lasso/xml
parent50a3265341624d6acc8306650e14b6b895a543a4 (diff)
downloadlasso-528c7cc4226caeb76dcb9357b31a7cbad351a3b2.tar.gz
lasso-528c7cc4226caeb76dcb9357b31a7cbad351a3b2.tar.xz
lasso-528c7cc4226caeb76dcb9357b31a7cbad351a3b2.zip
pp:Status are not DstStatus but UtilityStatus; acknowledge.
Diffstat (limited to 'lasso/xml')
-rw-r--r--lasso/xml/xml.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/xml/xml.c b/lasso/xml/xml.c
index 06464d97..e35a27ae 100644
--- a/lasso/xml/xml.c
+++ b/lasso/xml/xml.c
@@ -839,6 +839,8 @@ lasso_node_new_from_xmlNode(xmlNode *xmlnode)
prefix = "Dst";
if (strcmp(xmlnode->ns->href, LASSO_EP_HREF) == 0)
prefix = "Dst";
+ if (strcmp(prefix, "Dst") == 0 && strcmp(xmlnode->name, "Status") == 0)
+ prefix = "Utility";
xsitype = xmlGetNsProp(xmlnode, "type", LASSO_XSI_HREF);
if (xsitype) {