Showing posts with label xml. Show all posts
Showing posts with label xml. Show all posts

2008-01-13

docbook question

Dear open source readers,

i have a persisting problem with docbook xml. Can anyone explain how i can convert this example.xml file in an example.pdf with an index ? I believe the syntax
keyword<indexterm><primary>indexkeyword</primary></indexterm>
is correct... I use docbook2pdf (in debian package docbook-utils), and this works fine for toc and other stuff, but the index stays empty. The command i use is "docbook2pdf -l /usr/share/xml/declaration/xml.dcl example.xml".