source: main/trunk/greenstone2/build-src/src/java/org/nzdl/gsdl/ApplyXSLTUtil.java@ 21428

Last change on this file since 21428 was 16561, checked in by davidb, 16 years ago

Restructuring of Makefile.in, configure.in, and configure for new gs2build/runtime separation

  • Property svn:keywords set to Author Date Id Revision
File size: 148 bytes
Line 
1package org.nzdl.gsdl;
2
3public class ApplyXSLTUtil {
4
5 public static String toLowerCase(String value){
6 return value.toLowerCase();
7 }
8}
Note: See TracBrowser for help on using the repository browser.