[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Summary: Howto make HTML from Docbook-XML?



Hi,

about a month ago I asked on this list about the best way to
generate HTML from DocBk/XML.  Many thanks for the helpful
and interesting answers and comments.  After all, my
preferred way is to use the docbook-xsl-stylesheets 1.40-1
and xsltproc 1.0.4-1 together with a stylesheet such as:

<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                version="1.0">
<xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/
nwalsh/html/xtchunk.xsl"/>
<xsl:output doctype-public="..." doctype-system="..."/>
<xsl:variable name="html.stylesheet">html.css</xsl:variable>
<xsl:variable name="toc.section.depth">3</xsl:variable>
<xsl:variable name="section.autolabel">1</xsl:variable>
<xsl:variable name="generate.division.toc">0</xsl:variable>
<xsl:variable name="toc.list.type">ul</xsl:variable>
<xsl:variable name="use.id.as.filename">ul</xsl:variable>
</xsl:stylesheet>

Thanks again to all who have replied! Cheers,
-- 
W. Borgert <debacle@debian.org>



Reply to: