Re: Anyone running Conglomerate on DocBook XML documents
Steinar Bang <[email protected]>
| Newsgroups | gmane.editors.conglomerate.general |
|---|---|
| Organization | Denizens of Doom, Norway Chapter |
| Message-ID | <[email protected]> |
>>>>> Dominic Arkwright <[email protected]>: > Out of interest, what do you use on the output side to create the docs? I run the DocBook XML source through transformations from the DocBook XSL stylesheets[1], to generate HTML and XSL-FO. I then run the XSL-FO through Fop[2] to generate PDF. I use Saxon[3] as the XSL processor. I used to use xsltproc[4] from libxml2, but I switched to saxon to get the DocBook extensions, that let me include actual source code directly into <programlisting>. Some references: [1] <http://docbook.sourceforge.net/projects/xsl/> [2] <http://xml.apache.org/fop/> [3] <http://saxon.sourceforge.net/> [4] <http://xmlsoft.org/XSLT/>