docbooktoc.xsl 0.1.0 review
Downloaddocbooktoc.xsl is a XSLT file for generating a XHTML table of contents from DocBook XML documents
|
|
docbooktoc.xsl is a XSLT file for generating a XHTML table of contents from DocBook XML documents. It is used by the LayManSys project for the documentation.
Parameters
docbooktoc accepts the following parameters:
ext
The names of linked files are determined from the chapters id, which does not contain a filename suffix. This (string) parameter tells docbooktoc the suffix to use. Its default value is html.
style.sheet
This (string) parameter may contain stylesheets for styling the output document. You can pass more than one stylesheet by delimiting their filenames with a white-space (space, tab or newline).
style.type
This (string) parameter contains the MIME type used for content stylesheets. It defaults to text/css.
Program output
docbooktoc generates a XHTML document containing the books meta information (in DocBook XML, this is the subnode bookinfo and than lists all of the books chapters and section in an ordered list. The meta information are both used for generating the < head > as well as the documents header (in the XHTML < body >) and the output is the same like the DocBook XSLT driver for XHTML generates.
The books chapters and sections are presented as a n ordered, nested list, where the chapters are top level items, that contain lists of sections, where a section item again may contain a list of subsections.
You can use the Makefile distributed in this package and the LayManSys documentation for generating the example file toc.html. The make command for this is make test.
Requirements:
docbookm
docbooktoc.xsl 0.1.0 search tags