DITA Map XHTML transform adds extra attribute information
Posted: Wed Feb 10, 2021 12:00 am
Hello,
In my source DITA, I store attribute info that is used to map content in a context-sensitive help gadget.
It looks like this:
When I transform to a single HTML file using the chunk to-content attribute on the map tag, the output in HTML looks like this:
It's appending the dita source file name to the front of the "id" attribute value, and dropping the product value completely.
How can I get it to transform exactly like it appears in the source? Are we talking XSL modifications, or is there simpler way like an argument I can modify in the transformation scenario?
Thanks,
Jesse
In my source DITA, I store attribute info that is used to map content in a context-sensitive help gadget.
It looks like this:
Code: Select all
<div id="5033" product="platform" />
Code: Select all
<div id="workparty__5033"></div>
How can I get it to transform exactly like it appears in the source? Are we talking XSL modifications, or is there simpler way like an argument I can modify in the transformation scenario?
Thanks,
Jesse