Ignore:
Timestamp:
2016-04-20T22:50:52+12:00 (8 years ago)
Author:
davidb
Message:

Changes in the Java code to support the new approach taken to client-side XSLT (using Saxon-CE JS library in the browser -- see next commit). Also some better error reporting when processing XSLT files

File:
1 edited

Legend:

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

    r29713 r30477  
    6060        config_params.put(GSConstants.SITE_NAME, site_name);
    6161        config_params.put(GSConstants.INTERFACE_NAME, interface_name);
    62         config_params.put(GSConstants.ALLOW_CLIENT_SIDE_XSLT, false);
     62        config_params.put(GSConstants.USE_CLIENT_SIDE_XSLT, false);
    6363
    6464        // new message router - create it and pass a handle to recept.
Note: See TracChangeset for help on using the changeset viewer.