<xsl:output
method="xml"
- encoding="utf8"
+ encoding="UTF-8"
media-type="text/html"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" />
xmlns="http://www.w3.org/1999/xhtml"
>
- <xsl:output method="html" encoding="utf8"/>
+ <xsl:output method="html" encoding="UTF-8"/>
<xsl:param name="CICURI" select="''" />
<xsl:param name="interfaceURL" select="''" />
<xsl:param name="uri_set_size" select="''"/>
<!--CSC: end of cut & paste also in metadataLib.xsl -->
-<xsl:output method="html" encoding="utf8"/>
+<xsl:output method="html" encoding="UTF-8"/>
<xsl:template match="/|*">
<xsl:copy>
<xsl:output
method="xml"
- encoding="utf8"
+ encoding="UTF-8"
media-type="text/html"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" />
<xsl:output
method="html"
- encoding="utf8"
+ encoding="UTF-8"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
media-type="text/html" />
<!--
<xsl:output
method="xml"
- encoding="utf8"
+ encoding="UTF-8"
media-type="text/xml"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
doctype-system="DTD/xhtml1-transitional.dtd" />