Strange value in conkeyref
Posted: Sun Oct 03, 2010 3:17 am
I'm using the conkeyref features, and I found something rather strange:
When I add a conkeyref range for a few steps, the conref attribute is fine, but the conrefend attribute gets a strange value:
In my ditamap I have defined a keydef for resource that points to a resource.dita topic. But where does this fake.dita come from? There is no such file, and yet the editor inserts it in the conrefend... Strangely, the conkeyref works fine. It also works fine if I manually change conkeyrefend to resource/step3. But I would have expected the editor to insert that value directly when I choose the steps in the conkeyref dialog?
What is happening here?
Regards,
Anders
When I add a conkeyref range for a few steps, the conref attribute is fine, but the conrefend attribute gets a strange value:
Code: Select all
<steps>
<step conkeyref="resource/step1" conrefend="fake.dita#fake/step3">
<cmd/>
</step>
</steps>
What is happening here?
Regards,
Anders