<%@ page import="java.io.File" %> <%@ taglib uri="http://jakarta.apache.org/taglibs/latka-taglib" prefix="latka" %> <% if (request.getParameter("url") != null) { %>

<% } %> Test results: <% out.flush(); %> <% // much rather use getResource(String) but Tomcat // returns jndi urls rather than http urls // good for tomcat, bad for XML File styleFile = new File(request.getRealPath("report.xsl")); String styleUrl = styleFile.toURL().toString(); String xmlValidation = props.getProperty("latka.xmlValidation", "false"); %>
<%-- execute the tests --%> <% if (request.getParameter("url") != null) { %> <% } else { %> <% } %>