Lines Matching full:catalog
16 'catalogs/catalog.xml' :
18 …!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis-o…
19 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
21 </catalog>''',
36 catURL = prefix + "catalogs/catalog.xml"
47 def run_test(desc, docpath, catalog, exp_status="verified", exp_err=[], test_callback=None, argument
61 if catalog is not None:
62 parser.addLocalCatalog(catalog)
89 docpath=startURL, catalog=None,
99 docpath=startURL, catalog=None,
105 # Register a catalog (also accessible via pystr://) and retry
106 run_test(desc="Loading entity with custom callback and catalog",
107 docpath=startURL, catalog=catURL)
111 docpath=startURL, catalog=catURL,
120 docpath=startURL, catalog=catURL,
129 docpath="tst.xml", catalog=None,
140 docpath="tst.xml", catalog=None,