<!-- 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>
<!-- 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>
<!-- 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>
<!-- 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>
<!-- 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>
<!-- 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>
<!-- 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>