Topic IDs in conref's in Author 13.2

Post here questions and problems related to editing and publishing DITA content.
MichaelDa
Posts: 29
Joined: Fri Oct 14, 2011 3:41 am

Topic IDs in conref's in Author 13.2

Post by MichaelDa »

Hi.

It looks like you have made a change in Oxygen Author 13.2: It is now enforcing the rule that XPaths in the conref attribute use the topic ID. For example:
conref="topic.xml#topicid/elementid"


This follows the DITA specification. However, previously Oxygen Author supported using just the element ID. For example:
conref="topic.xml#elementid"
In 13.2, the results seem fine in the WebHelp output using the latter (element ID only) format, but in Oxygen Author, Author view, the conref's are broken.

Is there any way to turn this checking off in Oxygen Author? Maybe with a configuration setting?
Radu
Posts: 9434
Joined: Fri Jul 09, 2004 5:18 pm

Re: Topic IDs in conref's in Author 13.2

Post by Radu »

Hi Michael,

As you say, the visual editing from 13.2 follows more precisely the DITA specification.
There is no checkbox to control this because this is the way in which it should have worked from the beginning.

Indeed the DITA OT sometimes is permissive with such links which only specify the element ID, from what I remember there is already a bug registered on the DITA OT to fix this relaxed way of linking.

My recommendation for you is to use the "Validate and Check For Completeness" toolbar action from the DITA Maps manager view to find and correct all these problems in your DITA project.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply