<%@ taglib prefix="show" uri="/WEB-INF/bebop-show.tld" %> <%-- basic JSP integration test, taking page definition from test-def --%> <%@ include file="test-def.jsp" %> this is a test. Let's see if we can insert the form here: <% if (request.getAttribute("test-def.submitted") != null) { %> form was submitted with value <%= request.getAttribute("test-def.submitted") %> <% } %>

the advantage of not trying to parse this as XML is that we can have badly-formed HTML here: