Different HTML output for topics with/without STEPXMP
Posted: Thu Mar 22, 2018 12:43 am
Try this - create 2 tasks in a map, each with the same number of steps. In one task, add a step example (stepxmp) to one of the steps. Then, run the DITA Map XHTML tranformation.
Look at the generated HTML files:
* In the HTML file WITH the stepxmp, notice that the generated step includes a stepexpand:
<li class="li step stepexpand">
* In the HTML file WITHOUT the stepxml, notice the generated step does NOT include a stepexpand:
<li class="li step">
Is this intentional? It leads to an inconsistent look because some topics have spaces between the steps, while some don't.
Look at the generated HTML files:
* In the HTML file WITH the stepxmp, notice that the generated step includes a stepexpand:
<li class="li step stepexpand">
* In the HTML file WITHOUT the stepxml, notice the generated step does NOT include a stepexpand:
<li class="li step">
Is this intentional? It leads to an inconsistent look because some topics have spaces between the steps, while some don't.