Revision 1390
Added by Jing Tao almost 22 years ago
src/edu/ucsb/nceas/metacat/DocumentImpl.java | ||
---|---|---|
73 | 73 |
public static final String EXTERNALSCHEMALOCATIONPROPERTY = |
74 | 74 |
"http://apache.org/xml/properties/schema/external-schemaLocation"; |
75 | 75 |
public static final String EXTERNALSCHEMALOCATION = |
76 |
"eml://ecoinformatics.org/eml-2.0.0 http://dev.nceas.ucsb.edu/tao/schema/eml.xsd"; |
|
76 |
"eml://ecoinformatics.org/eml-2.0.0 http://dev.nceas.ucsb.edu/tao/schema/eml.xsd"+ |
|
77 |
" http://www.xml-cml.org/schema/stmml http://dev.nceas.ucsb.edu/tao/schema/stmml.xsd"; |
|
77 | 78 |
public static final String DECLARATIONHANDLERPROPERTY = |
78 | 79 |
"http://xml.org/sax/properties/declaration-handler"; |
79 | 80 |
public static final String LEXICALPROPERTY = |
Also available in: Unified diff
Set mutiple external schema locations for parser.