Word2DITA transform not creating <topichead> elements for heading style set to structureType="topicHead." This also seems to result in omissions of the subsequent topics and errors in the map building.</topichead>
Investigating
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
I found a typo in the simple2dita.xsl file:
<xsl:when test="string(@structureType) = 'topichead'"></xsl:when>
should be:
<xsl:when test="string(@structureType) = 'topicHead'"></xsl:when>
That may be at the root of your problem.
Released in 0.9.19RC12
Investigating
I found a typo in the simple2dita.xsl file:
<xsl:when test="string(@structureType) = 'topichead'"></xsl:when>
should be:
<xsl:when test="string(@structureType) = 'topicHead'"></xsl:when>
That may be at the root of your problem.
Released in 0.9.19RC12