Let's say that I have ditamap with a topic that contains an xref element that has a keyref using a key that is not defined.
Refer to the non-existing topic <xref keyref="someKey"/> for details.
The standard DITA-OT output will look like:
Refer to the nonexisting topic for details.
In an extensive document this is not easily caught. Is there a way to either;
- Make the pdf generation fail with an error (preferred)
- Define a text string that is used instead of the missing reference
I am working with a dita-ot plugin based on the standard PDF2 plugin and I am using the FOP PDF formatter.
Best Regards,
Fredrik