<?xml version="1.0" encoding="ISO-8859-1"?> | |
<html xmlns:c="http://java.sun.com/jsp/jstl/core" xmlns:jsp="http://java.sun.com/JSP/Page" | |
xmlns="http://www.w3.org/1999/xhtml"> | |
<jsp:output doctype-root-element="html" | |
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" | |
doctype-system="http://www.w3c.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" /> | |
<body> | |
<c:out value="hello" /> | |
<jsp:directive.include file="dukebanner.html"/> | |
</body> | |
</html> |