atom feed10 messages in org.oasis-open.lists.docbookRe: DOCBOOK: layout of mediaobjects (...
FromSent OnAttachments
Stefan SeefeldAug 7, 2001 6:28 pm 
Norman WalshAug 8, 2001 3:33 am 
Stefan SeefeldAug 12, 2001 3:57 pm 
Jirka KosekAug 13, 2001 2:10 am 
Jeff RancierAug 14, 2001 7:45 am 
Norman WalshAug 15, 2001 4:17 am 
Stefan SeefeldAug 15, 2001 5:42 pm 
Norman WalshAug 16, 2001 7:46 am 
Stefan SeefeldAug 16, 2001 8:41 pm 
Norman WalshAug 17, 2001 4:33 am 
Subject:Re: DOCBOOK: layout of mediaobjects (images)
From:Stefan Seefeld (seef@sympatico.ca)
Date:Aug 15, 2001 5:42:03 pm
List:org.oasis-open.lists.docbook

Norman Walsh wrote:

/ Stefan Seefeld <seef@sympatico.ca> was heard to say: | I'm using 4xslt to generate html. I'd *love* to be able to use fo, but | didn't manage to find a fo->pdf translator yet.

PassiveTeX does a fair job. So does XEP (but it isn't free).

Thanks for the tips. I tried out apache's FOP, with medium success. There are a lot of missing features, and even some bugs. For example a book.fo document I just generated with 4xslt with the fo/docbook.xsl contains references to 'url(figures/prototype.jpg)', which FOP can't find (I get an error from FOP like

/home/stefan/Berlin/Berlin/doc/Tutorial/Berlin/url(figures/resolve.jpg) (No such file or directory) Is this a FOP bug or a docbook.xsl bug ?

| PS: sorry for the offtopic: Using 4xslt / html/docbook.xsl with | 'article' as the document, I get wrong section numbering (all chapters | have number '0'...

Uh, how do you have chapters in an article? Are you validating your document before styling it?

I'm sorry, I should have validated it before inquiring here...:(