X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fservice_xslt.c;h=47a5f3783a44f9d4e5c6b8975ff7480019f047c0;hb=7087f7cc9945cfacfbe7341a1099eef773914772;hp=bd4b580ed3cdbcb4bcd1ea12b25a29ed55c7445e;hpb=31babd0a7a0d4ee7091cfb740205ab6fe1c89ae5;p=pazpar2-moved-to-github.git diff --git a/src/service_xslt.c b/src/service_xslt.c index bd4b580..47a5f37 100644 --- a/src/service_xslt.c +++ b/src/service_xslt.c @@ -73,13 +73,13 @@ int service_xslt_config(struct conf_service *service, xmlNode *n) else { yaz_log(YLOG_FATAL, "Invalid attribute %s for xslt element", - (const char *) n->name); + (const char *) attr->name); return -1; } if (!id) { yaz_log(YLOG_FATAL, "Missing attribute id for xslt element"); - return 0; + return -1; } while (root && root->type != XML_ELEMENT_NODE) root = root->next;