Using this basic structure:
<bookmap>
<part>
<chapter>
<topic> <title> Topic Name 1</title>
<short description> blah blah blah one </short description> </topic>
<topic> <title>Topic Name 2</title>
<short description> blah blah blah two </short description></topic>
<topic> <title>Topic Name 3</title>
<short description> blah blah blah three </short description></topic>
My Webhelp output for the <chapter> level above includes the short description for each topic as preview and a link to the topic title, as in:
Name of the chapter
Short description for the chapter
Topic Title 1
blah blah blah one (short description for topic 1)
Topic Title 2
blau blah blah two
Topic Title 3
blah blah blah three
However my PDF output (using Xmetal Enhanced PDF via Render X XEP) doesn't include the preview short descriptions and links to title topics at the chapter level. One level higher, at <part>, it does include the chapter titles as links, but no short descriptions.
Does anyone know how to modify the PDF output to pick up the titles and short descriptions of the topics contained within a chapter and put them at the top of the chapter, the same way the HTML Webhelp output does?
I realize they're very different types of output but I imagine this is possible, however so far I'm having no luck so far finding the right .xsl files to modify to get this result.
Thanks,
XMetal 6.0
Xmetal Enhanced PDF via Render X XEP