views:

122

answers:

2

I'm using Pandoc to convert Markdown to Docbook, doing stuff to it then rendering the Docbook to XSL-FO using Apache FOP. Unfortunately, Pandoc makes tables with table-layout="auto" and FOP only supports table-layout="fixed".

Is there a XSL-FO renderer which does support table-layout="auto"?

+1  A: 

Most commercial renders do. Try Ecrion if you need speed.

XMLDUDE
+2  A: 

With FOP you get the features that someone decided they wanted bad enough to implement. I'd say that no one who's serious about publishing uses it in production. You're far better off with RenderX or Antenna House or Arbortext. (I've used them all over the last decade's worth of implementation projects.) It depends on your business requirements, how much you want to automate, and what your team's skills, time, and resources are like as well. It's not just a technology question.

Happy to discuss more offline.

Liz Fraleyc