From: Paul V. <pa...@vi...> - 2004-09-04 15:46:24
|
Hi Nando, > is there a way to have txt or rtf output, preferably with the > Firebird-docs build system? I am organizing the upcoming > FlameRobin's documentation and if would be great to be able to show > the readme file directly in the setup screens (on Windows). > Unfortunately InnoSetup can only display rtf and text files. FOP (which we use to produce PDF) supports several output formats, including text and RTF. Unfortunately, when I just made a setup to test those renderings, the plaintext looked like garbage and choked on the first table, and the RTF didn't even get started... :-( Still I would be surprised if there didn't exist any stylesheets to produce (at least) plaintext from DocBook. It should be so basic. But they're not included in our DocBook stylesheets. Can InnoSetup display HTML? From XMLMind you can produce single-file HTML. Or with our tools (printablehtml target). If you can't display that, you could save the HTML file as text from a browser. Other than that, you could google on "docbook" + "plaintext" + "stylesheet*". And search the Mulberry XSL list archive: http://www.mulberrytech.com/xsl/xsl-list/ (I just did some quick searches without luck; but there are a lot of result pages, it just takes time to check them all out...) BTW, if you *do* find anything useful, please let us know so we can integrate it in the build tools. Greetings, Paul Vinkenoog |