1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <xsl:stylesheet xmlns:
xsl=
"http://www.w3.org/1999/XSL/Transform" version=
"1.0">
3 <xsl:output method=
"html" encoding=
"iso8859-1"/>
4 <xsl:template match=
"TEST">
7 <title>XSLT Encodings
</title>
11 if (window.testRunner)
12 testRunner.dumpAsText();
14 <p>The letters in quotes should look similar (first is Roman, second is Cyrillic):
"B",
"В".
</p>