re: AW: CALS Table to HTML Table via The DSSSList Digest V3 #197

Subject: re: AW: CALS Table to HTML Table via The DSSSList Digest V3 #197
From: Boris Goldowsky <boris@xxxxxxxxxxxxxxxxxxxx>
Date: Tue, 26 Oct 1999 11:27:27 -0400 (EDT)
Roland Schopf asks:
RS> I'm using the Docbook Stylesheets for exactly the same purpose.
RS> My question now is what modules are necessary?

I use something like the following with good results; it produces most
of the pages on www.infoplease.com:

<!doctype style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
    <!ENTITY dblib.dsl    SYSTEM "/db/dsssl/docbook/lib/dblib.dsl"
	     CDATA DSSSL >
    <!ENTITY dbcommon.dsl SYSTEM "/db/dsssl/docbook/common/dbcommon.dsl">
    <!ENTITY dbctable.dsl SYSTEM "/db/dsssl/docbook/common/dbtable.dsl">
    <!ENTITY dbtable.dsl  SYSTEM "/db/dsssl/docbook/html/dbtable.dsl">
]>

<style-sheet>
<style-specification id="almanac" use="docbook-tables docbook-lib">
   <!-- My style rules go here -->
   <!-- I also override a couple of functions from dbtable here -->
</style-specification>

<style-specification id="docbook-tables">
    &dbcommon.dsl;
    &dbctable.dsl;
    &dbtable.dsl;
</style-specification>

<external-specification id="docbook-lib" document="dblib.dsl">
</style-sheet>

Bng
--
Boris Goldowsky            Engineering & Development Manager
Information Please, LLC    boris@xxxxxxxxxxxxxxxxxxxx
www.infoplease.com         617 832-0324


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread