• Which browsers currently support XSL-FO?
  • Which bowsers plan to support it and when?
  • Are there any plug-ins one can install to add support for it?
  • Are there any apps that can render XSL-FO?

NOTE: I am aware one can generate a PDF from XSL-FO using something like FOP but im only interested in direct support.

link|improve this question

I used to use XSL-FO. I don't believe it is being developed anymore. A good tool that I used was Altova XmlSpy and Altova StyleVision that appears to still fully support it: altova.com/solutions/xsl-fo-tools.html – Andrew Nov 18 '10 at 6:45
Thanks, I find it such a shame it never took off - it is so much better for browsers than say PDF.. – Fëanor Nov 18 '10 at 6:47
feedback

2 Answers

I don't believe that any browsers provide native rendering of XSL-FO. However, that doesn't mean that you cannot render XSL-FO in a browser.

You can render XSL-FO in any browser by adding a processing instruction to the XSL-FO for an XSLT stylesheet that will render HTML from the XSL-FO.

Render-X provides an FO2HTML stylesheet to convert XSL-FO intoto XHTML output. It converts elements into , into , etc.

link|improve this answer
Yeah it seems no browsers do. I wouldnt render my XSL-FO into XHTML though I use XSLT to transform my XML straight into XHTML. Problem is I want XSL-FO as it is a fixed as opposed to flow document. – Fëanor Nov 20 '10 at 9:48
feedback

X-Smiles supports XSL-FO. It is a Java based browser, and uses FOP for PDF output.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.