Searched refs:new_tns (Results 1 – 1 of 1) sorted by relevance
103 xmlAttrPtr new_tns; in schema_load_file() local117 new_tns = get_attribute(schema->properties, "targetNamespace"); in schema_load_file()119 …if (ns != NULL && (new_tns == NULL || xmlStrcmp(ns->children->content, new_tns->children->content)… in schema_load_file()123 if (ns == NULL && new_tns != NULL) { in schema_load_file()125 …t import schema from '%s', unexpected 'targetNamespace'='%s'", location, new_tns->children->conten… in schema_load_file()128 new_tns = get_attribute(schema->properties, "targetNamespace"); in schema_load_file()129 if (new_tns == NULL) { in schema_load_file()133 } else if (tns != NULL && xmlStrcmp(tns->children->content, new_tns->children->content) != 0) { in schema_load_file()
Completed in 15 milliseconds