The following features are implemented:
375376377378379380381382383384385386387
{ state.error("Referenced document is not a valid schema", XmlErrorContext.CANNOT_FIND_RESOURCE, referencedBy); break download; } SchemaDocument sDoc = (SchemaDocument)xdoc; result = sDoc.getSchema(); state.info("Loading referenced file " + shortname); } NsLocPair key = new NsLocPair(emptyStringIfNull(result.getTargetNamespace()), absoluteURL); addSuccessfulDownload(key, result); return result;