Lauri Watts <lauri at kde.org> writes: | On Thursday 12 February 2004 09.55, Jesper K. Pedersen wrote: | > Hi. | > Coolo pointed me in your direction for assistance on this problem. | > | > I'm trying to generate KimDaBa documentation to be available on the net, I | > do it with this command | > meinproc --stylesheet | > /packages/kde/share/apps/ksgmltools2/customization/kde-web.xsl | > index.docbook | > | > The output can be found at | > http://ktown.kde.org/kimdaba/kimdaba-doc/doc-multi-page/ | > | > You will notice that the next URL on all pages but the index page are | > broken. | > For example on this page, you will see that the next URL point to ".html" | > http://ktown.kde.org/kimdaba/kimdaba-doc/doc-multi-page/introduction.html | | You need to put id's on all chapters and sect1s | | These are used to generate the filenames, for both the online version and the | KHelpcenter version. | | <chapter id="a-unique-lower-case-id-with-only-dashes-in-it">
Thanks Lauri, that did the trick. May I suggest that meinproc complains if it sees a chapter or section without an id. Kind Regards Jesper.
