Project

General

Profile

« Previous | Next » 

Revision 1551

Added by Jing Tao about 21 years ago

Get eml2 name space from peroperty file.

View differences:

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 = 
94
                                          "eml://ecoinformatics.org/eml-2.0.0";
93
   private static final String EMLNAMESPACE =
94
                                         MetaCatUtil.getOption("eml2namespace"); 
95
                                         // "eml://ecoinformatics.org/eml-2.0.0";
95 96
  
96 97
  
97 98
  static final int ALL = 1;

Also available in: Unified diff