On 06/10/2016 09:26 PM, Pierce Tyler wrote:

Given the response in the following
http://www.xmlmind.com/pipermail/xmleditor-support/2016-March/011414.html,
does that mean additional navigation (Next | Prev | Up | Home) is not
supported inside the document chunks?


I replied too hastily to Martin Goik. A better answer would be:




* When converting DITA to Web Help, it possible to chain pages and/or to chain topics. This is controlled using XSLT stylesheet parameters

chain-pages

http://www.xmlmind.com/ditac/_distrib/doc/manual/xsltParams.html#xsltParams__chain-pages

chain-topics

http://www.xmlmind.com/ditac/_distrib/doc/manual/xsltParams.html#xsltParams__chain-topics



* When converting DocBook to Web Help, it seems that there is no way to generate headers/footers containing (Next | Prev | Up | Home).

In XXE_install_dir/addon/config/docbook/xsl/webhelp/webhelp.xsl (DocBook 4) and in XXE_install_dir/addon/config/docbook5/xsl/webhelp/webhelp.xsl (DocBook 5), the "header.navigation" and "footer.navigation" XSLT templates have been redefined as follows:

<xsl:template name="header.navigation">
</xsl:template>

<xsl:template name="footer.navigation">
</xsl:template>


--
XMLmind XML Editor Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to