thing that I don't really understand ;-)
PR: 8938
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95017
13f79535-47bb-0310-9956-
ffa450edef68
<ul>
<xsl:for-each select="document(modulefilelist/modulefile)/modulesynopsis/directivesynopsis">
<xsl:sort select="name"/>
- <xsl:if test="not(/modulesynopsis/directivesynopsis/@location)">
+ <xsl:if test="not(@location)">
<li><a href="{/modulesynopsis/name}.html#{translate(name,$uppercase,$lowercase)}"><xsl:value-of select="name"/></a></li>
</xsl:if>
</xsl:for-each>