Why does XML Add on v3.8 not support DITA 1.3 base element topic/div ?
Issue/Query:
Why does XML Add on v3.8 not support DITA 1.3 base element topic/div? For a migrated HTML document, the target topic .dita does not have any <div> tags.
AEM Instance:
AEM 6.5 + SP7 + SP8 + XML Add On v3.8
Issue Description:
Followed the steps from Migrate XHTML documents section of the document Installation and Configuration Guide
The .dita file that gets created after the import is stripped off of any and every <div> tags. Confirmed from the h2d.xsl that this is indeed the case.
<!-- divs: if we can base transform on a class, do so. -->
<!-- generic divs will fall through with no associated transform --><xsl:template match="div">
<xsl:template match="div">
<xsl:apply-templates select="*|text()|comment()"/>
</xsl:template>
Is there a planned/available hotfix to fix this issue?
@divrajsingh