Ann Mazakas wrote: > In previous versions of XXE I assigned the attribute ?collection-type? > with the value ?sequence? to a parent topic in a DITA Map to > automatically generate the Next and Previous links in the child topics > when they were output as XHTML. > In XXE 4.5 the links aren?t generated. > In fact, it looks like the collection-type attribute is completely > ignored.
That's right. This is documented in http://www.xmlmind.com/ditac/_distrib/doc/manual/limitations.html Sorry for the regression. > Is there a way to generate the Next and Previous links without > physically adding them to each topic in the parent/child relationship? > The parent/child relationships can change depending on the map file I > use. I do not want to generate the header links for all the topics in > the map, just a few parent topics in the hierarchy. We currently do not support this. The only thing you could do is specify XSLT stylesheet parameter "chain-topics" as "yes". This will blindly link all topics (parent topic, first child topic, next sibling topic, previous sibling topic). This is done from within XMLmind XML Editor by using "Options|Customize Configuration|Change Document Conversion Parameters". See http://www.xmlmind.com/xmleditor/_distrib/doc/help/com.xmlmind.xmleditapp.kit.part.ConversionParametersEditor.html More info about XSLT stylesheet parameters http://www.xmlmind.com/ditac/_distrib/doc/manual/xsltParams.html#xsltParams

