/[projects]/android/TrainInfoServiceGoogle/src/dk/thoerup/traininfoservice/banedk/DepartureServlet.java
ViewVC logotype

Diff of /android/TrainInfoServiceGoogle/src/dk/thoerup/traininfoservice/banedk/DepartureServlet.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1092 by torben, Tue Sep 21 16:45:24 2010 UTC revision 1093 by torben, Tue Sep 21 20:10:46 2010 UTC
# Line 61  public class DepartureServlet extends Ht Line 61  public class DepartureServlet extends Ht
61                  Source stylesheet = new StreamSource( new File(xslPath) );                  Source stylesheet = new StreamSource( new File(xslPath) );
62                                    
63                  try {                  try {
64                          xslTemplate = xslTransFact.newTemplates(stylesheet);                          //xslTemplate = xslTransFact.newTemplates(stylesheet);
65                  } catch (Exception e) {                  } catch (Exception e) {
66                          throw new ServletException(e);                          throw new ServletException(e);
67                  }                  }

Legend:
Removed from v.1092  
changed lines
  Added in v.1093

  ViewVC Help
Powered by ViewVC 1.1.20