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