OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook] Re: [docbook-apps] using qandaentry


Jason Novotny wrote:
>    Now that I see FOP is pretty much unsupported or unmaintained since 
> it hasn't seen any new releases in nearly 2 years, I'll have to 
> re-evaluate my reasons for using docbook in the first place ;-)

Instead of using FOP to generate printed output, I cobbled together
an XSLT stylesheet that translates docbook to LaTeX.  That works
pretty well.

Sample input:
http://per.bothner.com/papers/Qexo04/Qexo04.xml
HTML output:
http://per.bothner.com/papers/Qexo04/Qexo04.html
LaTex output:
http://per.bothner.com/papers/Qexo04/Qexo04.tex
PDF output generated from above:
http://per.bothner.com/papers/Qexo04/Qexo04.pdf

It does require a little bit of pre- and post-processing
using the standard Unix 'sed' command, in addition to xsltproc,
and TeX.  Somebody who know xslt and docbook better could probably
do a better job, but I can provide the scripts if interested.
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]