OT cannot find a keydef in a root map stored in SharePoint
Posted: Fri Sep 12, 2014 4:37 pm
I have a an xref that looks like this:
It's in a topic that is part of a map that is a chapter in a bookmap.
I have separate root map that looks like this:
This map is specified as the root map in Oxygen Author. All files are stored in the same library and folder on SharePoint.
When I run the my usual webhelp transformation, Open toolkit reports [DOTJ047I] Unable to find key definition for keyref="...
Any idea what I'm doing wrong?
Regards
Rodrik
Code: Select all
<xref keyref="result_object"/>
It's in a topic that is part of a map that is a chapter in a bookmap.
I have separate root map that looks like this:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
<map>
<title>Root keyrefs</title>
<topicgroup>
<keydef keys="result_object" href="fd738668-66bd-4ee2-9125-556b5ab3584f.dita" ></keydef>
</topicgroup>
</map>
When I run the my usual webhelp transformation, Open toolkit reports [DOTJ047I] Unable to find key definition for keyref="...
Any idea what I'm doing wrong?
Regards
Rodrik