On 03/07/2012 05:13 PM, Dan Tran wrote: > You are totally correct, our doc does not have any indexterm. > > This is going to be a huge work. Is there a way to generate a default list? >
I'm afraid you'll have to write your own program (typically an XSLT stylesheet) to do that: --- First pass: remove all the <indexterm> elements from your DITA source files. Second pass: take a list of terms (for example, contained in a text file) and add the corresponding <indexterm> elements to your DITA source files (as if you were doing that by hand using an XML editor). --- Note that this task is out of the scope of ditac. The job of ditac is to make sure that your deliverable has a Index division having nicely formatted entries corresponding to all your <indexterms> elements. -- XMLmind DITA Converter Support List [email protected] http://www.xmlmind.com/mailman/listinfo/ditac-support

