Conrefs and preprocessing in DITA-OT
Posted: Wed Mar 19, 2014 7:54 pm
Hi all,
we want to insert a table via conref and then link from outside the conref to different elements within the table. Those links are broken when we run a DITA OT transformation (PDF). The problem is that the IDs within the conref are generated in the preprocessing (see https://github.com/dita-ot/dita-ot/issues/1091).
Is there any solution for this problem? I can only imagine to run an XSL before preprocessing: Copy @id and @href to a third attribute and then - when creating the links – use the third attribute if the target cannot be identified.
Best regards
Frank
we want to insert a table via conref and then link from outside the conref to different elements within the table. Those links are broken when we run a DITA OT transformation (PDF). The problem is that the IDs within the conref are generated in the preprocessing (see https://github.com/dita-ot/dita-ot/issues/1091).
Is there any solution for this problem? I can only imagine to run an XSL before preprocessing: Copy @id and @href to a third attribute and then - when creating the links – use the third attribute if the target cannot be identified.
Best regards
Frank