Top "Xsl-fo" questions

XSL-FO (XSL Formatting Objects) is a markup language for XML document formatting which is most often used to generate printed content.

Resolving relative paths when loading XSLT files

I need to do an XSL transformation using Apache FOP and I had code like this: //Setup FOP Fop fop = …

java xslt xsl-fo apache-fop
How to create a border for whole table

I have to draw solid lines as border. I am using this loc <fo:table border="solid 0.1mm black"&…

xml xslt xsl-fo
How to show page number (N of N) using xslt in PDF Report

I am using XSLT to generate PDF report. My requirements are to display page number in the format of Page …

pdf xslt-2.0 xsl-fo
What's the difference between XSLT and XSL-FO?

What's the difference between XSLT and XSL-FO ? Every resource I've read deal with them as if they were 1, or at …

xml xslt xsl-fo
XSL-FO dynamic table column width

As it stands now, I have about 12 columns and all of them are exactly the same width. The problem is …

pdf-generation xsl-fo multiple-columns apache-fop
Is there an alternative to "keep-together='always'" on table-row?

Upon finding the "keep-together" attribute, and needing to not page break inside a row I added keep-together="always" on every …

xslt xsl-fo apache-fop
How to apply space between table rows in XSL-FO?

In my case i have to provide spaces between two table rows upto .5cm.how can i achieve it. code:: …

xsl-fo
xsl:fo inline line wrap and line break

I'm struggling with my xsl:fo (Apache Fop 1.1). I'm trying to generate a Block with inline images and inline text …

xsl-fo apache-fop
How do I check for the existence of an external file with XSL?

I've found a lot of examples that reference Java and C for this, but how do I, or can I, …

xslt document external xsl-fo exists
how to keep table with header but allow page breaks inside table body in XSL-FO using FOP

I'm generating a PDF using Apache FOP and a XSL-FO stylesheet. In the PDF, I output headings (html equiv h1) …

xsl-fo apache-fop