Is there any way to get an ID on a page using DITA and transforming with the DITA OT? For example, I want to add something like this:
<p id="toc"/>
Even if I hack the Oxygen source to allow IDs to pass through, as I described here (http://idratherbewriting.com/wpdita/toc_publishing/jquery_side_panel/), the ID gets prepended with the topic ID. This makes it difficult to trigger the jQuery script, which has a trigger of #toc. Each page's p id will change based on the page's topic ID.