franta-hg@42: <?xml version="1.0" encoding="UTF-8"?>
franta-hg@42: <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
franta-hg@42: 	  version="2.0">
franta-hg@42:     <jsp:directive.page contentType="application/xhtml+xml" isErrorPage="true"/>
franta-hg@42:     <jsp:output doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
franta-hg@42: 		doctype-root-element="html"
franta-hg@42: 		omit-xml-declaration="false"/>
franta-hg@42: 
franta-hg@42:     <html xmlns="http://www.w3.org/1999/xhtml">
franta-hg@42: 	<head>
franta-hg@42: 	    <title>${param.nazev}</title>
franta-hg@42: 	</head>
franta-hg@42: 	<body>
franta-hg@42: 	    <h1>${param.nazev}</h1>
franta-hg@42: 	    <p>${param.popis}</p>
franta-hg@42: 	</body>
franta-hg@42:     </html>
franta-hg@42: 
franta-hg@42: </jsp:root>