franta-hg@86: <?xml version="1.0" encoding="UTF-8"?>
franta-hg@86: <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
franta-hg@86: 	  xmlns:c="http://java.sun.com/jsp/jstl/core"
franta-hg@86: 	  xmlns:fmt="http://java.sun.com/jsp/jstl/fmt"
franta-hg@86: 	  version="2.0">
franta-hg@86:     <jsp:directive.page contentType="application/xhtml+xml"/>
franta-hg@86: 
franta-hg@86:     <jsp:output doctype-system="http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd"
franta-hg@86: 		doctype-root-element="html"
franta-hg@86: 		omit-xml-declaration="false"/>
franta-hg@86: 
franta-hg@86:     <html xmlns="http://www.w3.org/1999/xhtml"
franta-hg@86: 	  xmlns:svg="http://www.w3.org/2000/svg"
franta-hg@86: 	  xmlns:xlink="http://www.w3.org/1999/xlink">
franta-hg@86: 	<head>
franta-hg@86: 	    <title>REST</title>
franta-hg@86: 	</head>
franta-hg@86: 	<body>
franta-hg@86: 	    <h1>REST</h1>
franta-hg@86: 	    <p>REST API</p>
franta-hg@86: 	</body>
franta-hg@86:     </html>
franta-hg@86: 
franta-hg@86: </jsp:root>