<!-- HTML Head and Body -->
<!--***********************************************************************-->
-<!-- <xsl:output method="html" encoding="iso-8859-1"/> -->
+<!-- <xsl:output method="html" encoding="utf8"/> -->
<!-- document needs method="xml" and searches locally for the dtd if -->
<!-- doctype-system is specified (the dtd must exist locally for parsing). -->
<!--
<xsl:output
method="xml"
- encoding="iso-8859-1"
+ encoding="utf8"
media-type="text/html"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" />
-->
<xsl:output
method="html"
- encoding="iso-8859-1"
+ encoding="utf8"
media-type="text/html"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" />
<xsl:param name="media-type" select="'text/html'"/>
<xsl:param name="thmedia-type" select="'text/html'"/>
<xsl:param name="doctype-public" select="'-//W3C//DTD XHTML 1.0 Transitional//EN'"/>
-<xsl:param name="encoding" select="'iso-8859-1'"/>
-<xsl:param name="thencoding" select="'iso-8859-1'"/>
+<xsl:param name="encoding" select="'utf8'"/>
+<xsl:param name="thencoding" select="'utf8'"/>
<xsl:template name="quote">