Help with conrefs
Blog entry: Submitted by kmartin7 on Tue, 2008-08-12 12:08. Last updated on Tue, 2008-08-12 12:09.
We are trying to set up and customize the DITA OTK. We can't get the conrefs to work. We have played around with the WORKDIR param, with no luck whatsover. We even placed all of the *.dita files into the same directory with no changes. All we get is an empty element in the output.
Any guidance would be appreciated.
Syntax may be the key
I can only guess at what your problem may be. Most conref problems that I've come across were due to inaccurate values in the conref attribute or due to an element-type mismatch between source and target. Here are the steps that I go through when troubleshooting conref problems:
YourTopic.dita#TopicID/TargetID
Be sure to examine the DITA OT's error log. It will either tell you what the problem is or it will point you in the direction that you need to look.
Bob Thomas
Tagsmiths, LLC
We fixed it - it was a
We fixed it - it was a mistake in the FILEREF param. For some reason, even though we set DBG to yes, we did NOT get any error logs. We shut down the development environment, then restarted, and we got error logs. From the logs we then determined it was a mistake in the FILEREF.
Thank you for your post.
kmartin7