views:

4

answers:

0

I have the following code:

<map title="Authoring Guide">
    <topicref href="topics/front-matter.xml"/>
    <topichead navtitle="My TopicHead">
        <topicref href="topics/who-should-use.xml"/>
    </topichead>
...

When the PDF is generated using oXygen editor with the PDF Legacy plugin, the topichead element is completely ignored, yet the nested topicref is in the PDF.

Can anyone explain why a topichead might be ignored in processing?

thanks!!