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/util/GSConstants.java

    r27617 r30477  
    2828    public static final String BASE_INTERFACES = "base_interfaces";
    2929    public static final String DEFAULT_LANG = "default_lang";
    30     public static final String ALLOW_CLIENT_SIDE_XSLT = "allow_client_side_xslt";
    31     public static final String CLIENT_SIDE_XSLT_INTERFACE_SUFFIX = "-client-xslt";
     30    public static final String USE_CLIENT_SIDE_XSLT = "use_client_side_xslt";
     31        //public static final String CLIENT_SIDE_XSLT_INTERFACE_SUFFIX = "-client-xslt";
    3232
    3333    public static final String META_RELATION_SEP = "_";
Note: See TracChangeset for help on using the changeset viewer.