]> granicus.if.org Git - apache/commitdiff
build bootstrap
authorAndré Malo <nd@apache.org>
Tue, 4 May 2004 21:56:52 +0000 (21:56 +0000)
committerAndré Malo <nd@apache.org>
Tue, 4 May 2004 21:56:52 +0000 (21:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103600 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/manual.de.xsl
docs/manual/style/manual.en.xsl
docs/manual/style/manual.es.xsl
docs/manual/style/manual.fr.xsl
docs/manual/style/manual.ja.xsl
docs/manual/style/manual.ko.xsl
docs/manual/style/manual.ru.xsl
docs/manual/style/xsl/util/allmodules.xml [new file with mode: 0644]

index c036a18fe0b6419d917ebbb8f3aae48bfa10c022..e03c003f64d95424870762b861d2c53f48d468b5 100644 (file)
@@ -23,6 +23,7 @@
 <!-- Read the localized messages from the specified language file -->
 <xsl:variable name="message" select="document('lang/de.xml')/language/messages/message"/>
 <xsl:variable name="doclang">de</xsl:variable>
+<xsl:variable name="allmodules" select="document('xsl/util/allmodules.xml')/items/item[@lang=$doclang]"/>
 
 <!-- some meta information have to be passed to the transformation -->
 <xsl:variable name="output-encoding">ISO-8859-1</xsl:variable>
index 762a94ea7e05bf52e79a308802a93a1bda9f8f3d..eea60b40ab780b00bc90bde48f1a22b09c5acde7 100644 (file)
@@ -23,6 +23,7 @@
 <!-- Read the localized messages from the specified language file -->
 <xsl:variable name="message" select="document('lang/en.xml')/language/messages/message"/>
 <xsl:variable name="doclang">en</xsl:variable>
+<xsl:variable name="allmodules" select="document('xsl/util/allmodules.xml')/items/item[@lang=$doclang]"/>
 
 <!-- some meta information have to be passed to the transformation -->
 <xsl:variable name="output-encoding">ISO-8859-1</xsl:variable>
index e91aac7279f5b43f44761d919b16d23a6ed85e49..5c3e59759afbfe815509d2ec691c4690e62483e3 100644 (file)
@@ -23,6 +23,7 @@
 <!-- Read the localized messages from the specified language file -->
 <xsl:variable name="message" select="document('lang/es.xml')/language/messages/message"/>
 <xsl:variable name="doclang">es</xsl:variable>
+<xsl:variable name="allmodules" select="document('xsl/util/allmodules.xml')/items/item[@lang=$doclang]"/>
 
 <!-- some meta information have to be passed to the transformation -->
 <xsl:variable name="output-encoding">ISO-8859-1</xsl:variable>
index e37d9755b814c5b225ea1733812d265e2ba4705e..c8667120de3b47b1e3e01516d27f9645988409f4 100644 (file)
@@ -23,6 +23,7 @@
 <!-- Read the localized messages from the specified language file -->
 <xsl:variable name="message" select="document('lang/fr.xml')/language/messages/message"/>
 <xsl:variable name="doclang">fr</xsl:variable>
+<xsl:variable name="allmodules" select="document('xsl/util/allmodules.xml')/items/item[@lang=$doclang]"/>
 
 <!-- some meta information have to be passed to the transformation -->
 <xsl:variable name="output-encoding">ISO-8859-1</xsl:variable>
index 64b6b0e2501bf3d0cd0759ae5e7198b3bef1a17f..2aeec384d25b8d4d910c61a756f301e026f98d00 100644 (file)
@@ -23,6 +23,7 @@
 <!-- Read the localized messages from the specified language file -->
 <xsl:variable name="message" select="document('lang/ja.xml')/language/messages/message"/>
 <xsl:variable name="doclang">ja</xsl:variable>
+<xsl:variable name="allmodules" select="document('xsl/util/allmodules.xml')/items/item[@lang=$doclang]"/>
 
 <!-- some meta information have to be passed to the transformation -->
 <xsl:variable name="output-encoding">ISO-2022-JP</xsl:variable>
index aae92bd4c267f9ac9c33f7f0832e2c264c1cb3f1..0b2e8c80efec76c90caf0ff2bcab89c1b852b7aa 100644 (file)
@@ -23,6 +23,7 @@
 <!-- Read the localized messages from the specified language file -->
 <xsl:variable name="message" select="document('lang/ko.xml')/language/messages/message"/>
 <xsl:variable name="doclang">ko</xsl:variable>
+<xsl:variable name="allmodules" select="document('xsl/util/allmodules.xml')/items/item[@lang=$doclang]"/>
 
 <!-- some meta information have to be passed to the transformation -->
 <xsl:variable name="output-encoding">EUC-KR</xsl:variable>
index 2459a809281aff56fc0aca8d5eef2c4e1e65469c..16374f9d669e3d2c93329165e017b0604c8f745d 100644 (file)
@@ -23,6 +23,7 @@
 <!-- Read the localized messages from the specified language file -->
 <xsl:variable name="message" select="document('lang/ru.xml')/language/messages/message"/>
 <xsl:variable name="doclang">ru</xsl:variable>
+<xsl:variable name="allmodules" select="document('xsl/util/allmodules.xml')/items/item[@lang=$doclang]"/>
 
 <!-- some meta information have to be passed to the transformation -->
 <xsl:variable name="output-encoding">KOI8-R</xsl:variable>
diff --git a/docs/manual/style/xsl/util/allmodules.xml b/docs/manual/style/xsl/util/allmodules.xml
new file mode 100644 (file)
index 0000000..7d99447
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<items>
+<item lang="de">../../../mod/allmodules.xml.de</item>
+<item lang="en">../../../mod/allmodules.xml</item>
+<item lang="es">../../../mod/allmodules.xml.es</item>
+<item lang="fr">../../../mod/allmodules.xml.fr</item>
+<item lang="ja">../../../mod/allmodules.xml.ja</item>
+<item lang="ko">../../../mod/allmodules.xml.ko</item>
+<item lang="ru">../../../mod/allmodules.xml.ru</item>
+</items>
\ No newline at end of file