Appearance of nested topicrefs
Posted: Fri Feb 18, 2011 1:27 am
I have a ditamap that uses nested topicrefs like so (trimmed down for brevity):
"file 1" might start a chapter with a brief introduction, "file 2", and "file 3" would be subsections of the chapter.
What's interesting is that when I view the ditamap in the Author editor the contents of "file 1" appear after the contents of "file 2" and "file 3". How might I change that so the outer topicref displays before the nested topicrefs?
Code: Select all
<topicref href="file 1">
<topicref href="file 2" />
<topicref href="file 3" />
</topicref>What's interesting is that when I view the ditamap in the Author editor the contents of "file 1" appear after the contents of "file 2" and "file 3". How might I change that so the outer topicref displays before the nested topicrefs?