Ignore:
Timestamp:
2012-07-26T11:04:08+12:00 (12 years ago)
Author:
sjm84
Message:

Analyse xsl files in advance to find out what metadata we need

File:
1 edited

Legend:

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

    r25983 r26026  
    7979    public static final String SYSTEM_ELEM = "system";
    8080    public static final String FORMAT_STRING_ELEM = "formatString";
     81    public static final String EXTRA_METADATA = "extraMetadata";
    8182
    8283    //config file elems
     
    134135    public static final String FROM_ATT = "from";
    135136    public static final String LANG_ATT = "lang";
     137    public static final String HREF_ATT = "href";
    136138    public static final String TYPE_ATT = "type";
    137139    public static final String DB_TYPE_ATT = "dbType";
Note: See TracChangeset for help on using the changeset viewer.