Providing additional attributes for published HTML
Posted: Thu Jan 16, 2025 6:14 pm
I wish to add table sorting to my published HTML.
1. I've added the JS sources to this library to my `libraries` fragment: https://www.kryogenix.org/code/browser/sorttable/
2. I've used `outputclass` to label the relevant table as `sortable`
3. I need to include a custom attribute `sorttable_customkey` in the exported HTML:
Is there a way to do this using the standard DITA attributes for a table cell `entry` in OxygenXML Author?
1. I've added the JS sources to this library to my `libraries` fragment: https://www.kryogenix.org/code/browser/sorttable/
2. I've used `outputclass` to label the relevant table as `sortable`
3. I need to include a custom attribute `sorttable_customkey` in the exported HTML:
Code: Select all
<td sorttable_customkey="2">two</td><td>Jan</td>