Ignore:
Timestamp:
2007-03-28T16:16:49+12:00 (17 years ago)
Author:
lh92
Message:

Added code to read the pluginList from the collectConfig.xml. If tidy_html option is set then the tidy_option metadata is true

File:
1 edited

Legend:

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

    r13989 r13994  
    189189    // some system wide param names
    190190    public static final String SUBSET_PARAM = "subset";
    191 
     191   
     192    //for plugin
     193    public static final String PLUGIN_ELEM = "plugin";
     194    public static final String IMPORT_ELEM = "import";
     195   
     196   
    192197    /** takes a list of elements, and returns an array of strings
    193198     * of the values of attribute att_name */
Note: See TracChangeset for help on using the changeset viewer.