blob: 826c8dff80164ad4f5319cb2b30c1d79f7af2281 [file] [log] [blame]
<?xml version="1.0" encoding="iso8859-5"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="html" encoding="KOI8-R"/>
<xsl:template match="TEST"><html><body>
<script>
if (window.testRunner) testRunner.dumpAsText();
document.write("Encoding: " + document.characterSet);
</script></body></html></xsl:template></xsl:stylesheet>