]> granicus.if.org Git - apache/commitdiff
Fix a couple problems with the automatic directive index.
authorJoshua Slive <slive@apache.org>
Sun, 10 Mar 2002 04:35:42 +0000 (04:35 +0000)
committerJoshua Slive <slive@apache.org>
Sun, 10 Mar 2002 04:35:42 +0000 (04:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93827 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/manual.xsl

index ef37629b366170825315ce345fb6a0a37b5c2099..bbe38a47b396217826146aaa7fcf4746ed2e16bd 100644 (file)
 <ul>
 <xsl:for-each select="document(modulelist/modulefile)/modulesynopsis/directivesynopsis">
 <xsl:sort select="name"/>
-<li><a href="{/modulesynopsis/name}.html#{name}"><xsl:value-of select="name"/></a></li>
+<xsl:if test="not(/modulesynopsis/directivesynopsis/@location)">
+<li><a href="{/modulesynopsis/name}.html#{translate(name,$uppercase,$lowercase)}"
+><xsl:value-of select="name"/></a></li>
+</xsl:if>
 </xsl:for-each>
 </ul>
 </blockquote>