From: Noam P. <npo...@us...> - 2010-11-18 19:02:09
|
On Tue, Nov 16, 2010 at 10:28 AM, André Kaplan <ak...@la...> wrote: > Hi, > > Is there anything in the codebase to generate the documentation from > the DocBook user's guide? > > I've been able to generate a good enough version, but some minor > tweaks (like chapter numbering) are needed hence my question. The following call produced identical (as far as I could tell) output: xsltproc -o xmlstarlet-ug.html \ --param section.autolabel 1 \ --stringparam generate.toc 'book toc,title' \ --stringparam html.stylesheet html.css \ /usr/share/xml/docbook/stylesheet/docbook-xsl/html/docbook.xsl \ xmlstarlet-ug.xml I installed the docbook-xsl package for the stylesheet. Noam |