--- /dev/null
+# This file contains version specific properties
+
+# No xml files yet
+noxml.ja=developer/modules.html.ja.jis
+noxml.fr=new_features_2_0.html.fr upgrading.html.fr
+
+# (pending) httpd version
+httpd.version=2.1.0-dev
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="">
+<!-- the accompanying server version -->
+<xsl:param name="httpd.version" select="'generic'" />
+
<!-- create nodeset for referencing later -->
<xsl:variable name="htmlhelp.def" select="document('')/xsl:stylesheet
/xsl:template[@name='htmlhelp.def']" />
<xsl:text>Compatibility=1.0</xsl:text>&lf;
<!-- resulting filename -->
-<xsl:text>Compiled file=manual.</xsl:text>
+<xsl:text>Compiled file=httpd-docs-</xsl:text>
+<xsl:value-of select="$httpd.version" />
+<xsl:text>.</xsl:text>
<xsl:value-of select="$messages/@lang" />
<xsl:text>.chm</xsl:text>&lf;