Changeset 3769


Ignore:
Timestamp:
2003-02-26T10:37:16+13:00 (21 years ago)
Author:
mdewsnip
Message:

Added static constant definition for term elements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/util/GSXML.java

    r3674 r3769  
    3636    public static final String DEFAULT_ELEM = "default";
    3737    public static final String STYLESHEET_ELEM = "stylesheet"; // any additional stylesheet stuff is carried in the message inside this elem
     38    public static final String TERM_ELEM = "term";
    3839
    3940    // elems for the pages to be processed by xslt
Note: See TracChangeset for help on using the changeset viewer.