pkgsrc/textproc/dsssl-docbook-modular/files/install-note
drochner 4c15e9978d DSSL stylesheets for docbook. Derived from the FreeBSD port, but using
docbook-3.1. (Thus too different to justify an import of the original.)
1999-06-27 14:25:18 +00:00

16 lines
691 B
Text

These are DSSSL stylesheets for the DocBook DTD by Norm Walsh. Use them
in conjunction with a DSSSL processor (such as jade) to convert documents
marked up as DocBook to other formats.
For example (assume $DBPATH = /usr/pkg/share/sgml/docbook/dsssl/modular)
jade -t sgml -d $DBPATH/html/docbook.dsl filename.sgml (DocBook -> HTML)
jade -t rtf -d $DBPATH/print/docbook.dsl filename.sgml (DocBook -> RTF )
jade -t tex -d $DBPATH/print/docbook.dsl filename.sgml (DocBook -> TeX )
To further parse the output of the 'tex' transformation you will need the
'jadetex' macros.
More documentation (in HTML format) is available in
/usr/pkg/share/sgml/docbook/dsssl/modular/doc/