mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
10 lines
521 B
Plaintext
10 lines
521 B
Plaintext
The DocBook XSL stylesheets provide a serie of ready-to-use templates to
|
|
process documents based on the DocBook XML DTD. They can generate different
|
|
types of output files, like XHTML, slides, manpages, JavaDoc...
|
|
|
|
They are written in a modular fashion. Each of the HTML and FO stylesheets
|
|
starts with a driver file that assembles a collection of component files
|
|
into a complete stylesheet. This modular design puts similar things together
|
|
into smaller files that are easier to write and maintain than one big
|
|
stylesheet.
|