summaryrefslogtreecommitdiff
path: root/help3xsl
diff options
context:
space:
mode:
Diffstat (limited to 'help3xsl')
-rw-r--r--help3xsl/online_transform.xsl4
1 files changed, 3 insertions, 1 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index 856dccbde0..d95425a593 100644
--- a/help3xsl/online_transform.xsl
+++ b/help3xsl/online_transform.xsl
@@ -118,8 +118,9 @@
#############
//-->
-<!-- Create the document skeleton -->
+<!-- Create the document skeleton, test if the indexer is to include in output -->
<xsl:template match="/">
+<xsl:if test="//topic[@indexer='include']">
<xsl:variable name="htmlpage"><xsl:value-of select="concat(substring-before($filename,'.xhp'),'.html')"/></xsl:variable>
<xsl:variable name="titleL10N">
<xsl:call-template name="brand"><xsl:with-param name="string"><xsl:value-of select="$title"/></xsl:with-param></xsl:call-template>
@@ -278,6 +279,7 @@
</footer>
</body>
</html>
+</xsl:if>
</xsl:template>
<!-- AHELP -->