Changeset 16882
- Timestamp:
- 2008-08-18 16:18:45 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
greenstone3/trunk/src/java/org/greenstone/gsdl3/util/GSXML.java
r16875 r16882 82 82 public static final String DISPLAY_ELEM = "display"; 83 83 public static final String LEVEL_ELEM = "level"; 84 85 public static final String DBINFO_ELEM = "dbInfo"; 86 public static final String DBNAME_ATT = "dbname"; 87 public static final String DBPATH_ATT = "dbpath"; 88 public static final String SQLSTATE_ATT = "sqlstate"; 84 89 public static final String DATABASE_TYPE_ELEM = "databaseType"; 85 90 public static final String SHORTNAME_ATT = "shortname"; 86 91 public static final String NOTIFY_ELEM = "notify"; 87 92 public static final String NOTIFY_HOST_ATT = "host"; 93 94 95 88 96 // elems for the pages to be processed by xslt 89 97 public final static String PAGE_ELEM = "page";
