summaryrefslogtreecommitdiff
path: root/docs/manual/style/manual.en.xsl
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2004-05-04 21:56:52 +0000
committerAndré Malo <nd@apache.org>2004-05-04 21:56:52 +0000
commit549e6fcc4373fc3100f3c43a2c22ad065f5d7c1d (patch)
tree03e17bc304122c2a5958ad7977a37e0a398d2b30 /docs/manual/style/manual.en.xsl
parent99753c06cb55ceccc8f14e7af4be7320f7639773 (diff)
downloadhttpd-549e6fcc4373fc3100f3c43a2c22ad065f5d7c1d.tar.gz
build bootstrap
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103600 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/style/manual.en.xsl')
-rw-r--r--docs/manual/style/manual.en.xsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/manual/style/manual.en.xsl b/docs/manual/style/manual.en.xsl
index 762a94ea7e..eea60b40ab 100644
--- a/docs/manual/style/manual.en.xsl
+++ b/docs/manual/style/manual.en.xsl
@@ -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>