validate=true
# Set this to true if you don't need a search tab.
-exclude.search.from.chunked.html=false
+exclude.search.from.webhelp=false
# indexer-language is used to tell the search indexer which language
# the docbook is written. This will be used to identify the correct
<equals arg1="${validate}" arg2="true"/>
</condition>
<condition property="skip-search-indexing">
- <equals arg1="${exclude.search.from.chunked.html}" arg2="true"/>
+ <equals arg1="${exclude.search.from.webhelp}" arg2="true"/>
</condition>
<target name="validate" if="perform-validation">
classpath="${xslt-processor-classpath}">
<xmlcatalog refid="catalog"/>
<param name="chunked.toc.all.open" expression="${chunked.toc.all.open}" if="chunked.toc.all.open"/>
- <param name="exclude.search.from.chunked.html" expression="${exclude.search.from.chunked.html}"
- if="exclude.search.from.chunked.html"/>
+ <param name="exclude.search.from.webhelp" expression="${exclude.search.from.webhelp}"
+ if="exclude.search.from.webhelp"/>
<param name="output_file_name" expression="${output_file_name}"/>
<param name="webhelp.base.dir" expression="${output-dir}" if="output-dir"/>
<param name="indexer.language" expression="${indexer-language}" if="indexer-language"/>
cdata-section-elements=""/>
<!-- Custom params! -->
- <xsl:param name="exclude.search.from.chunked.html">false</xsl:param>
+ <xsl:param name="exclude.search.from.webhelp">false</xsl:param>
<xsl:param name="chunk.frameset.start.filename">index.html</xsl:param>
<xsl:param name="output_file_name">readme</xsl:param>
<xsl:param name="chunked.toc.all.open">1</xsl:param>
<!--testing toc in the content page>
<xsl:call-template name="webhelptoctoc"/>
- <xsl:if test="$exclude.search.from.chunked.html != 'true'">
+ <xsl:if test="$exclude.search.from.webhelp != 'true'">
<xsl:call-template name="search"/>
</xsl:if-->
</xsl:template>
</em>
</a>
</li>
- <xsl:if test="$exclude.search.from.chunked.html != 'true'">
+ <xsl:if test="$exclude.search.from.webhelp != 'true'">
<li>
<a href="#searchDiv">
<em>
</xsl:apply-templates>
</ul>
</div>
- <xsl:if test="$exclude.search.from.chunked.html != 'true'">
+ <xsl:if test="$exclude.search.from.webhelp != 'true'">
<div id="searchDiv">
<div id="search">
<form onsubmit="Verifie(ditaSearch_Form);return false"