Cross-referencing DITA map titles
Posted: Mon Oct 24, 2016 3:38 pm
Hi,
I maintain a DITA-based documentation publishing system for a set of technical authors. The publishing system contains both standard DITA processing as well as additional (hacky!) ad-hoc processing.
I am trying to reduce the amount of ad-hoc processing we do, and as part of that I am looking to replace our existing XREF process with a standard DITA process, and, since I have not been able to think of a good solution myself, have come to this forum.
Could you please have a look at the details below and let me know if you can think of a standard DITA solution for the requirement? Alternatively, if you think there is a better venue for this sort of question (DITA mailing list?) I would be happy to hear about that, too.
-- Thanks,
ACH
Details
The basic requirement is to give authors the ability to cross-reference from a topic used in one manual to a topic in another manual in a way that includes the title of that other manual.
For example, if there is a topic WarblingTheWidget.dita in a manual (=ditamap) called Widget User's Guide, then it needs to be possible to refer to another topic WidgetSetup.dita that is referenced in the manual Widget Installation Guide in a way that lets the person reading know where to find the WidgetSetup topic. So for example (and this is what our current system does) it could be rendered into text as:
The problem I am having with this is that I am not sure how to reliably reference the target manual as part of the XREF - in this case the "Widget installation Guide".
I maintain a DITA-based documentation publishing system for a set of technical authors. The publishing system contains both standard DITA processing as well as additional (hacky!) ad-hoc processing.
I am trying to reduce the amount of ad-hoc processing we do, and as part of that I am looking to replace our existing XREF process with a standard DITA process, and, since I have not been able to think of a good solution myself, have come to this forum.
Could you please have a look at the details below and let me know if you can think of a standard DITA solution for the requirement? Alternatively, if you think there is a better venue for this sort of question (DITA mailing list?) I would be happy to hear about that, too.
-- Thanks,
ACH
Details
The basic requirement is to give authors the ability to cross-reference from a topic used in one manual to a topic in another manual in a way that includes the title of that other manual.
For example, if there is a topic WarblingTheWidget.dita in a manual (=ditamap) called Widget User's Guide, then it needs to be possible to refer to another topic WidgetSetup.dita that is referenced in the manual Widget Installation Guide in a way that lets the person reading know where to find the WidgetSetup topic. So for example (and this is what our current system does) it could be rendered into text as:
Code: Select all
... Further details may be found in "How to set up the widget"] in the "Widget Installation guide".
The problem I am having with this is that I am not sure how to reliably reference the target manual as part of the XREF - in this case the "Widget installation Guide".