Changeset 30869


Ignore:
Timestamp:
2016-10-17T11:48:03+13:00 (8 years ago)
Author:
kjdon
Message:

we need to have xmlns:gslib in the main element

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/util/XMLTools.java

    r30763 r30869  
    339339    static final public String WELLFORMED = "well-formed !";
    340340    static final public String NOTWELLFORMED = "not well-formed";
    341     static final private String HEADER = "<?xml version='1.0' encoding='UTF-8'?><collectionConfig xmlns:gsf='http://www.greenstone.org/greenstone3/schema/ConfigFormat' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>";
     341    static final private String HEADER = "<?xml version='1.0' encoding='UTF-8'?><collectionConfig xmlns:gsf='http://www.greenstone.org/greenstone3/schema/ConfigFormat' xmlns:gslib='http://www.greenstone.org/skinning' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>";
    342342    static final private String FOOTER = "</collectionConfig>";
    343343
Note: See TracChangeset for help on using the changeset viewer.