Configuring DocBook DSSSL Stylesheets
Configuration Information
The following configuration is necessary in order to utilize
OpenJade to convert the BLFS
Book from XML to HTML:
ln -sf [your home directory]/BLFS/BOOK/blfs.dsl \
/usr/share/sgml/docbook/dsssl-stylesheets-&docbook-dsssl-version;/html/
If you would like to test Docbook XML
DTD, DocBook
DSSSL Stylesheets and
OpenJade against the BLFS book,
use the following command. The commands are written for a
CVS checkout to your home
directory with output going to the present working directory, so make any
necessary modifications for your setup.
mkdir introduction postlfs general connect basicnet server \
content x kde gnome xsoft multimedia pst preface appendices other &&
openjade -t sgml \
-d /usr/share/sgml/docbook/dsssl-stylesheets-&docbook-dsssl-version;/html/blfs.dsl \
/usr/share/sgml/docbook/dsssl-stylesheets-&docbook-dsssl-version;/dtds/decls/xml.dcl \
~/BLFS/BOOK/index.xml
If successful you should have a HTML
BLFS book in exactly the same
format as presented on the web page.