We've been using relationship tables to define links between task topics,
but the ditac limitations documentation says this isn't supported. How do
other people define links between topics of the same type?

For example, we have something like this:

  <reltable>
    <relheader>
      <relcolspec type="task"/>
      <relcolspec type="reference"/>
      <relcolspec type="concept"/>
    </relheader>
    <relrow>
      <relcell collection-type="family">
        <topicref href="topic1.dita"/>
        <topicref href="topic2.dita"/>
        <topicref href="topic3.dita" linking="targetonly"/>
      </relcell>
      <relcell/>
      <relcell/>
    </relrow>

But http://www.xmlmind.com/ditac/_distrib/doc/manual/limitations.html says
this isn't supported:
"Attribute collection-type, whatever its value, is ignored inside the
reltable element."
 
--
XMLmind DITA Converter Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/ditac-support

Reply via email to