summaryrefslogtreecommitdiff
path: root/textproc/dsssl-docbook-modular/MESSAGE
blob: 1ec3c050727f376e733e504cab5806f4864fd334 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
===========================================================================
$NetBSD: MESSAGE,v 1.1 2008/01/14 23:18:12 heinz Exp $

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/

===========================================================================