Changing html IDs between webhelp outpus generated from same DITA source
Posted: Fri Apr 15, 2016 7:06 am
Hello,
I would like to understand the reason for the following. I am using oXygenXML Editor 17.0.
I have a DITA topic part of a map, and when I generated the webhelp output from this DITA map, one of the lines in the topic was the following:
A few weeks later, after making changes in some of other topics in the same DITA map, I regenerated the webhelp output. This time there is no change in the HTML content because I did not make any change here, but there is a change in the id assigned to the image.
What could be the reason for this change in ID? Is there a way to freeze the IDs once they are generated?
I would like to understand the reason for the following. I am using oXygenXML Editor 17.0.
I have a DITA topic part of a map, and when I generated the webhelp output from this DITA map, one of the lines in the topic was the following:
Code: Select all
<p class="p"><img class="image" id="task_wct_54b_1r__d1026e42" src="../resources/images/mask-entities-sets-lists.png"></img></p>
Code: Select all
<p class="p"><img class="image" id="task_wct_54b_1r__d997e42" src="../resources/images/mask-entities-sets-lists.png"></img></p>