On 09/17/2012 08:24 PM, Martin Filteau wrote: > > I defined the following relationship table: > > <reltable> > > <relheader> > > <relcolspec type="concept"/> > > <relcolspec type="task"/> > > <relcolspec type="reference"/> > > </relheader> > > <relrow> > > <relcell> > > <topicref href="C1.dita" type="concept" format="dita"/> > > </relcell> > > <relcell> > > <topicref href="T1.dita" type="task" format="dita"/> > > </relcell> > > <relcell> > > <topicgroup collection-type="family"> > > <topicref href="R1.dita" type="reference" format="dita"/> > > <topicref href="R2.dita" type="reference" format="dita"/> > > </topicgroup> > > </relcell> > > </relrow> > > </reltable> > > The “Related Information” section is created at the end of my topics (in > both PDF and HTMLHelp). > > But for R1, I don’t have a link to R2. Same thing for R2, I don’t see a > link to R1. > > I thought that <topicgroup collection-type=”family”> was exactly for > this purpose.
Yes, that's right. XMLmind DITA Converter supports this feature, but only inside the topic hierarchy. > > Is this feature simply not supported yet? > Yes, that's right. This limitation is documented here: XMLmind DITA Converter Manual, Appendix B. Limitations and implementation specificities -- http://www.xmlmind.com/ditac/_distrib/doc/manual/limitations.html --- Generating links * Attribute collection-type, whatever its value, is ignored inside the reltable element. --- We are sorry but we don't plan to support this feature in the near future. If you want to generate a link from R1 to R2 and the other way round, please note that there are other ways to specify it. -- XMLmind DITA Converter Support List [email protected] http://www.xmlmind.com/mailman/listinfo/ditac-support

