<!-- Read the localized messages from the specified language file -->
<xsl:variable name="messages" select="document('lang/de.xml')/messages"/>
+
+<!-- some meta information have to be passed to the transformation -->
<xsl:variable name="output-encoding" select="'ISO-8859-1'" />
+<xsl:variable name="is-chm" select="false()" />
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="xsl/common.xsl"/>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
<!-- Read the localized messages from the specified language file -->
<xsl:variable name="messages" select="document('lang/en.xml')/messages"/>
+
+<!-- some meta information have to be passed to the transformation -->
<xsl:variable name="output-encoding" select="'ISO-8859-1'" />
+<xsl:variable name="is-chm" select="false()" />
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="xsl/common.xsl"/>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
<!-- Read the localized messages from the specified language file -->
<xsl:variable name="messages" select="document('lang/ja.xml')/messages"/>
+
+<!-- some meta information have to be passed to the transformation -->
<xsl:variable name="output-encoding" select="'iso-2022-jp'" />
+<xsl:variable name="is-chm" select="false()" />
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="xsl/common.xsl"/>
<!-- Read the localized messages from the specified language file -->
<xsl:variable name="messages" select="document('lang/pt-br.xml')/messages"/>
+
+<!-- some meta information have to be passed to the transformation -->
<xsl:variable name="output-encoding" select="'ISO-8859-1'" />
+<xsl:variable name="is-chm" select="false()" />
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="xsl/common.xsl"/>
<!-- Read the localized messages from the specified language file -->
<xsl:variable name="messages" select="document('lang/ru.xml')/messages"/>
+
+<!-- some meta information have to be passed to the transformation -->
<xsl:variable name="output-encoding" select="'KOI8-R'" />
+<xsl:variable name="is-chm" select="false()" />
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="xsl/common.xsl"/>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
<!-- Read the localized messages from the specified language file -->
<xsl:variable name="messages" select="document('lang/sv.xml')/messages"/>
+<!-- some meta information have to be passed to the transformation -->
+<xsl:variable name="output-encoding" select="'ISO-8859-1'" />
+<xsl:variable name="is-chm" select="false()" />
+
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="xsl/common.xsl"/>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>