As a new feature, we also want to create HTML output, for which we decided the latest version of DITA OT (v. 3.1) and the HTML 5 plugin.
Unfortunately, some elements are completely missing from the output, for example <definitionlist> elements - even though they are converted just fine for the FO/PDF output.
This is what it may look like in the source file:
Code: Select all
<definitionlist id="definitionlist_A4F5FF1D27AF4A3B8E14311EF5F9DD6D" indent="itemspace1">
<listentry id="listentry_3189354FC62A4D31AFEB885DD57756FE">
<dterm id="dterm_F33742B299E942A5BE0F2322077EDC70">f<sub id="sub_5400D2E1701F4B7FA54D077A7D6BEC76">B</sub>
</dterm>
<description id="description_1C33DC2F56D24F0395786E91B493EE37">
<p id="p_6CA593A719F742759E3AFEE0E80C2110">bending flexibility</p>
</description>
</listentry>
<listentry id="listentry_2A0FD0CC910E4E85A0CEBBEB66142CA6">
<dterm id="dterm_56DD0B393AAA416A8846DE45E4EDE6EC">f<sub id="sub_754F91D3BDF840A4874DC069E9C0BE71">Q</sub>
</dterm>
<description id="description_B38471282D874F8D99EAE90575D485B6">
<p id="p_788F290E99634B138DD3FB2051500447">shear flexibility</p>
</description>
</listentry>
</definitionlist>
Absolutely nothing is generated for this in the HTML output and there is no error message or warning either.
However, when I add a "class" attribute to the <definitionlist> element itself, at least a yellow error message is created in the output.
I am quite new to DITA OT and find the documentation to be very sparse, so if somebody could point me into the right direction, that would be highly appreciated.