diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-12-06 14:49:18 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-12-06 14:49:18 +0000 |
| commit | 7ca47ea199e21af818ce7ae52f50561d10b04947 (patch) | |
| tree | dcaf29959409deef9c26f7e9071df02708ef85bc | |
| parent | 6971227afe8ddd2031aacedc26e8ac7b889bf122 (diff) | |
Renamed LASSO_LIB_SERVICE_TYPE_ID_SIS_* to LASSO_*_HREF.
| -rw-r--r-- | lasso/xml/xml.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lasso/xml/xml.c b/lasso/xml/xml.c index 6829b693..35bba1d3 100644 --- a/lasso/xml/xml.c +++ b/lasso/xml/xml.c @@ -773,9 +773,9 @@ lasso_node_new_from_xmlNode(xmlNode *xmlnode) /* XXX: new Dst namespaces can be added dynamically; they should not * be hardcoded here */ - if (strcmp(xmlnode->ns->href, LASSO_LIB_SERVICE_TYPE_ID_SIS_PP) == 0) + if (strcmp(xmlnode->ns->href, LASSO_PP_HREF) == 0) prefix = "Dst"; - if (strcmp(xmlnode->ns->href, LASSO_LIB_SERVICE_TYPE_ID_SIS_EP) == 0) + if (strcmp(xmlnode->ns->href, LASSO_EP_HREF) == 0) prefix = "Dst"; xsitype = xmlGetNsProp(xmlnode, "type", LASSO_XSI_HREF); |
