The node already has the topic title, so not sure it makes sense to render the topic title as an H1 (or perhaps should make it a configurable option to turn on or off the display).

Suggest adding the following template to/var/www/html/sites/all/modules/contrib/dita/libs/xslt/xslhtml/dita2htmlImpl_emb.xsl

<!-- Hide first level topic title since the node already has a title -->
<xsl:template match="*[contains(@class,' topic/topic ') and position()=1]/*[contains(@class,' topic/title ')]" />

Comments

mimrock’s picture

Good idea! Can you create a patch for that? While the xslt library is not hosted on d.org a simple unix patch will do it.

shudson310’s picture

I'm afraid I'm too much of a Drupal newbie to create a patch just yet. I'm not sure how to do it?