Changeset 30869
- Timestamp:
- 2016-10-17T11:48:03+13:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/gli/src/org/greenstone/gatherer/util/XMLTools.java
r30763 r30869 339 339 static final public String WELLFORMED = "well-formed !"; 340 340 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'>"; 342 342 static final private String FOOTER = "</collectionConfig>"; 343 343
Note:
See TracChangeset
for help on using the changeset viewer.