Revision 1554
Added by Jing Tao over 21 years ago
src/edu/ucsb/nceas/metacat/DocumentImpl.java | ||
---|---|---|
90 | 90 |
"http://xml.org/sax/features/namespaces"; |
91 | 91 |
public static final String NAMESPACEPREFIXESFEATURE = |
92 | 92 |
"http://xml.org/sax/features/namespace-prefixes"; |
93 |
private static final String EMLNAMESPACE =
|
|
93 |
public static final String EMLNAMESPACE =
|
|
94 | 94 |
MetaCatUtil.getOption("eml2namespace"); |
95 | 95 |
// "eml://ecoinformatics.org/eml-2.0.0"; |
96 | 96 |
|
Also available in: Unified diff
Change eml2namespace variable from private to public.