LIst of Tables in DITA Bookmap PDF output

Oxygen general issues.
kcgcsc
Posts: 1
Joined: Wed May 12, 2010 10:23 pm

LIst of Tables in DITA Bookmap PDF output

Post by kcgcsc »

Hello,

How do I automatically generate a list of tables in the TOC of my PDF output. I'm using Oxygen 11.2 with DITA-OT 1.5.1. I've created a document using the bookmap template. All of my tables have titles and numbers. I am using the DITA PDF IDIOM FO Plugin to create my PDF. I have the <tablelist/> element listed in <booklists/> as so... <booklists>
<toc/>
<tablelist/>
<figurelist/>
</booklists>

I get a perfectly generated TOC but why don't I get a list of figures and list of tables too?
Radu
Posts: 9508
Joined: Fri Jul 09, 2004 5:18 pm

Re: LIst of Tables in DITA Bookmap PDF output

Post by Radu »

Hi,

From what I've searched in the DITA OT XSLT stylesheets it seems the bookmap/tablelist class is not used in any way to make a list of all tables used in the DITA Map.
For example, in the case of <figurelist/>, it is used to create a list of all figures.
I do not know if this is an omission or a work in progress.
Maybe you can ask this question on the DITA Users List:
http://tech.groups.yahoo.com/group/dita-users/

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply