This patch actually doesn't solve the problem. It works
around with our current data. Probably we have to separate
the build of the module docs (<modulesynopsis>)
*sigh*
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96945
13f79535-47bb-0310-9956-
ffa450edef68
<!-- make sure, we set relative anchors
only, if we're actually transforming
a modulefile (see <directive>) -->
- <xsl:variable name="in-modulesynopsis">
- <xsl:if test="/modulesynopsis">1</xsl:if>
+ <xsl:variable name="in-modulesynopsis"><xsl:choose>
+ <xsl:when test="/quickreference">0</xsl:when>
+
+ <xsl:otherwise>1</xsl:otherwise></xsl:choose>
</xsl:variable>
<!-- -->