下载:http://apache.freelamp.com/xml/xalan-c/binaries/
String[] command = {"XalanTransformerCallback", tmpOutFile.getAbsolutePath(), stylesheet, Constant.mdpTempFile.getAbsolutePath()+java.io.File.separatorChar+tmpName};
Process p = Runtime.getRuntime().exec(command);
p.waitFor();
p.destroy();