]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
well, start with chm-support. (more commits to come)
authorAndré Malo <nd@apache.org>
Thu, 17 Apr 2003 16:28:04 +0000 (16:28 +0000)
committerAndré Malo <nd@apache.org>
Thu, 17 Apr 2003 16:28:04 +0000 (16:28 +0000)
Further development should take place in CVS.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99408 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/manual.de.xsl
docs/manual/style/manual.en.xsl
docs/manual/style/manual.ja.xsl
docs/manual/style/manual.pt-br.xsl
docs/manual/style/manual.ru.xsl
docs/manual/style/manual.sv.xsl

index fd41fba3fea3861b30fcb4212f0294b4e984a8f0..3f17c8abe4e4996ed138f7c9b0522631658f77e9 100644 (file)
 
 <!-- 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>
index cce29d7fea294c8ae00117bbf15d52e970acb6f0..f23a809513e8978c724481f02f851d38792ee006 100644 (file)
 
 <!-- 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>
index 8711c48dd1cd6f504465202f1a71ae4cbf90b316..e347b6010e6e4719dd0c7e38d9c451c20c03c8b5 100644 (file)
 
 <!-- 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"/>
index a5c8c8653b92fd0e8eae081e9851f0d69b388382..58948f2d3470b82ad3719bd5752deb53d85ab5ff 100644 (file)
 
 <!-- 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"/>
index 0b3130161a2e88e996a126efc785c22f562d3a4f..3d742293d22e857c8452c7fa4bc608af23d411e0 100644 (file)
 
 <!-- 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>
index c824d63d671aa0d0432fe322b6151405f730f2db..c2c641243abce36c39507454267fc581bb81afa9 100644 (file)
 <!-- 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>