blob: 72d8baffddde690ead89ec4d1c1abb37262fc650 [file] [log] [blame]
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" indent="yes" encoding="ISO-8859-1"
doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml-strict.dtd"/>
<xsl:template match="/page">
<html>
<head>
<title></title>
</head>
<body></body>
</html> html xmlns="http://www.w3.org/1999/xhtml"
</xsl:template>
</xsl:stylesheet>