Ignore:
Timestamp:
2011-08-24T15:24:27+12:00 (13 years ago)
Author:
sjm84
Message:

Created the gs variable in Javascript as well as gsf:variable that creates a variable in both XSLT and Javascript. Also, can now be accessed in config_format.xsl

File:
1 edited

Legend:

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

    r24393 r24458  
    170170
    171171    public Node transform(Document stylesheet, Document source) {
    172     return transform(stylesheet, source, null, null);
     172        return transform(stylesheet, source, null, null);
     173    }
     174   
     175    public Node transform(Document stylesheet, Document source, HashMap parameters) {
     176        return transform(stylesheet, source, parameters, null);
    173177    }
    174178
Note: See TracChangeset for help on using the changeset viewer.