Revision 2126
Added by Duane Costa over 20 years ago
src/edu/ucsb/nceas/metacat/harvesterClient/HarvestSiteSchedule.java | ||
---|---|---|
308 | 308 |
DocumentListHandler documentListHandler = new DocumentListHandler(); |
309 | 309 |
InputStream inputStream; |
310 | 310 |
InputStreamReader inputStreamReader; |
311 |
String schemaLocation = "."; |
|
311 |
String schemaLocation = |
|
312 |
"eml://ecoinformatics.org/harvestList ../../lib/harvester/harvestList.xsd"; |
|
312 | 313 |
boolean success = false; |
313 | 314 |
URL url; |
314 | 315 |
|
Also available in: Unified diff
Modify schema location