Hello, Here is a little link-collection for SGML, DSSSL and docbook, perhaps it might be useful for you: DSSSL-O and XS http://www.hypermedic.com/style/dsssl/dsssltut.htm Visual Introduction to DSSSL (V0.2) http://coli.lili.uni-bielefeld.de/Texttechnologie/dsssl_ma/dsssl/index.html A tutorial on DSSSL http://csgrs6k1.uwaterloo.ca/~dmg/dsssl/tutorial/tutorial.html Introduction to DSSSL http://www.prescod.net/dsssl/ OpenJade http://www.netfolder.com/DSSSL/ DocBook http://nwalsh.com/docbook/index.html A Gentle Introduction to SGML http://www.uic.edu/orgs/tei/sgml/teip3sg/ Introduction to SGML http://www.utoronto.ca/webdocs/SGML/intro.html SGML document introducing you to SGML http://www.users.cloud9.net/~bradmcc/WhatIsSGML.html On 2000年12月27日 bsd@reedmedia.net wrote: > > [...] > > I don't know DSSSL and I don't know Jade. Is there some simple > command-line usage of Jade (or some other tool) where I can do something > like the following? > > sgml2html < foo.sgml > foo.html > Not directly! This works only if you use a special SGML-doctype like docbook, for which an DSSSL stylesheet exits. If so, you can convert the SGML file to HTML with following command: jade -d stylesheet.dsl -t htm sgmlfile.sgm where -d specifies the stylesheet to use (could be your own) and -t the output-type (htm, rtf, tex...) > > [...] > > Jeremy C. Reed > http://bsd.reedmedia.net/ -- Michael Neumann