Page 1 of 1

LIst of Tables in DITA Bookmap PDF output

Posted: Fri May 14, 2010 9:25 pm
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?

Re: LIst of Tables in DITA Bookmap PDF output

Posted: Mon May 17, 2010 9:59 am
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