Home
last modified time | relevance | path

Searched refs:mainXSD (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/xstc/
Dfixup-tests.py10 mainXSD = str() variable
19 mainXSD = signature + ".xsd"
22 if (mainXSD != sub) and (sub[-3:] == 'xsd') and sub.startswith(signature):
25 dictXSD[mainXSD] = imports
33 for mainXSD in dictXSD:
34 debugMsg("fixing '%s'..." % mainXSD)
38 schemaFile = os.path.join(baseDir, mainXSD)
41 print "ERROR: doc '%s' not found" % mainXSD
48 print "ERROR: doc '%s' has no <schema> element" % mainXSD
59 if loc in dictXSD[mainXSD]:
[all …]