source: main/trunk/greenstone3/Client-side Overview.txt@ 24158

Last change on this file since 24158 was 23788, checked in by davidb, 13 years ago

Summary of client-side XSLT work completed by Steven McTainsh, Summer 2010/11.

File size: 753 bytes
Line 
1This version of Greenstone 3 has been optimised as part of the Summer Research Scholarship I undertook. This version, however, also contains support for client-side XSLT.
2
3The main modifications include:
4* The use of Apache Commons StringUtils class for text replacement and splitting;
5* The use of StringUtils.contains over the *.text.* regular expression;
6* Plus: client-side XSLT support.
7
8Note that the XML Texts collection had to be modified in certain areas due to it using four XSL overrides in its transform directory. This may or may not be necessary depending on the XSL overrides in place for other collections. For an example of this, see the about-clientside.xsl file in the gberg collection.
9
10Steven McTainsh
11February 2011
12
13
14
Note: See TracBrowser for help on using the repository browser.