Searched refs:new_tns (Results 1 – 1 of 1) sorted by relevance
100 xmlAttrPtr new_tns; in schema_load_file() local114 new_tns = get_attribute(schema->properties, "targetNamespace"); in schema_load_file()116 …if (ns != NULL && (new_tns == NULL || xmlStrcmp(ns->children->content, new_tns->children->content)… in schema_load_file()120 if (ns == NULL && new_tns != NULL) { in schema_load_file()122 …t import schema from '%s', unexpected 'targetNamespace'='%s'", location, new_tns->children->conten… in schema_load_file()125 new_tns = get_attribute(schema->properties, "targetNamespace"); in schema_load_file()126 if (new_tns == NULL) { in schema_load_file()130 } else if (tns != NULL && xmlStrcmp(tns->children->content, new_tns->children->content) != 0) { in schema_load_file()
Completed in 14 milliseconds