6.6. Using openjade to convert from XML DocBook to RTF

openjade -t rtf  -d  /path/to/dssslstylesheets/print/docbook.dsl /path/to/openjadedir/pubtext/xml.dcl  in.xml

The RTF input type was specified using the -t option and Norman Walsh's DSSSL print stylesheet was specified using the -d option. After this, the XML declaration was passed to openjade so that openjade knew how to deal with the XML document it was about to receive which was passed in as the parameter after.