Project

General

Profile

« Previous | Next » 

Revision 9918

Added by Jing Tao almost 8 years ago

Disable the feature of downloading external schemas.

View differences:

DBSAXHandler.java
270 270
		
271 271
		// If we get here, the document and schema parsed okay.  If there are
272 272
		// any schemas in the schema list, they are new and need to be registered.
273
    	for (XMLSchema xmlSchema : schemaList) {
273
    	/*for (XMLSchema xmlSchema : schemaList) {
274 274
    		String externalFileUri = xmlSchema.getExternalFileUri();
275 275
    		String fileNamespace = xmlSchema.getFileNamespace();
276 276
    		SchemaLocationResolver resolver = 
277 277
    			new SchemaLocationResolver(fileNamespace, externalFileUri);
278 278
    		resolver.resolveNameSpace();
279
    	}
279
    	}*/
280 280
	}
281 281

  
282 282
    /** SAX Handler that is called at the start of Namespace */

Also available in: Unified diff