blob: bdb07ae46953aa70f24958d4d419900e56b5dfc7 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="html" encoding="UTF-8"/>
<xsl:template match="TEST">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<p>You should see error text above this</p>
<p>
</body>
</html>
</xsl:template>
</xsl:stylesheet>