DITA bookmap conversion problem
Posted: Fri Mar 19, 2010 1:40 am
Hi,
I have problems to convert DITA bookmaps that contain a glossary list. I currently use oXygen 11.2 with DITA OT 1.5, but I had the same problem with the previous version. My markup looks like this:
During the transformation, I get an error message like the following one:
I checked the merged XML file and found the following on #unique_23:
The directory that contains my map has a glossary subdirectory with the referenced files and these files have also been copied to the temp directory (with the xml extension). So it should be possible to resolve the references. What's happening here? If this is an Open Toolkit problem, what is the best place to report it?
Susanne
I have problems to convert DITA bookmaps that contain a glossary list. I currently use oXygen 11.2 with DITA OT 1.5, but I had the same problem with the previous version. My markup looks like this:
Code: Select all
<booklists toc="yes">
<glossarylist format="dita" locktitle="yes" navtitle="Glossar" scope="local">
<topicref format="dita" [b]href="glossary/RetrieveAsync.dita" [/b]navtitle="Anfordern" scope="local" type="glossentry"> </topicref>
<topicref format="dita" href="glossary/Retrieve.dita" navtitle="Wiederherstellen" scope="local" type="glossentry"> </topicref>
</glossarylist>
</booklists>
Code: Select all
[java] [ERROR] Topic reference (href : #unique_23) not found !
[java] [ERROR] Reference may be incorrect. Please correct your ditamap or bookmap file.
[java] Processing terminated by xsl:message at line 110 in root-processing.xsl
Code: Select all
<topicref class="- map/topicref " format="dita" [b]ohref="glossary/RetrieveAsync.xml"[/b] href="#unique_23" id="unique_23" ...
Susanne