How to generate a glossary using Arbortext Styler (docbook)?
Hi Folks,
I am working on some XML that uses XSL-FO engine to create a PDF. In particular, this stylesheet is capable of building a glossary that is automatically inserted into the <glossary> element in my XML doc. The stylesheet that I use calls up 3 files;
- a stylesheet that changes the appearance of the glossary,
- a file that contains all the glossary terms and definitions, and
- a transformation XSL. The XSL file fills the <glossary> element in my working XML with <glossterm>s found in said XML. It matches the glossterms in my XML with the 'repo' (in the point above).
Currently, I am trying to build the same PDF using Styler (APP engine).
The XML I am working with
Where the glossary is inserted:
book
- section
-- title glossary
-- <glossary>
Entries to populate glossary
section
- para <glossterm>XYZ</glossterm>
What I need to get in PDF:
Glossary
XYZ ----- XYZ Definition
------
Could someone help me with this?

