--- android/TrainInfoServiceGoogle/src/dk/thoerup/traininfoservice/banedk/DepartureServlet.java 2010/09/21 16:45:24 1092 +++ android/TrainInfoServiceGoogle/src/dk/thoerup/traininfoservice/banedk/DepartureServlet.java 2010/09/21 20:10:46 1093 @@ -61,7 +61,7 @@ Source stylesheet = new StreamSource( new File(xslPath) ); try { - xslTemplate = xslTransFact.newTemplates(stylesheet); + //xslTemplate = xslTransFact.newTemplates(stylesheet); } catch (Exception e) { throw new ServletException(e); }