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.

Preserving whitespace in PDF after XSL transform

I'm converting an XML to PDF using XSL transformation. Unfortunately, it is not preserving the whitespace from the XML. For …

xml xsl-fo
FOP XSL-FO Anchor in an external destination

With XSL-FO (Fop), I succeeded in creating a link to an external PDF : <fo:basic-link show-destination="new"> <…

anchor xsl-fo apache-fop
Are there Any free XSL-FO editors?

I am looking for a free WYSIWYG editor of XSL-FO. Specifically, I would like to be able to design the …

editor xsl-fo
How to center table in xsl-fo?

I am trying to center a table in a block element in a xsl-fo namespace. Here is what I am …

css xml xslt xsl-fo
How come xsl-fo padding is being applied to other blocks?

I'm at a loss trying to understand this. I'm new to using xsl-fo (apache-fop implementation) and I want a block …

xslt xsl-fo apache-fop
Where can I find good tutorials on XSL-FO (Formatting/ed Objects), the stuff one feeds to fop and get PDF's?

On a company that I've worked, me and my colleagues, implemented a tailored document distribution system on top of XSL-FO. …

xml pdf xsl-fo apache-fop
Page break inside table XSL-FO

I have an XSL-FO stylesheet for a table. <fo:page-sequence master-reference="defaultPage"> <fo:flow flow-name="xsl-region-body"> &…

xslt pdf-generation xsl-fo
How to set margin-left without it being inherited by child elements?

I need to set the margin-left and margin-right of all contents within the page header (xsl-region-before). I've tried to add …

xsl-fo
Java create PDF from template: Apache FOP vs?

I have to create a pdf from Java, I would like to create it from a template instead of create …

java pdf xsl-fo apache-fop
Adding relative path for an external graphic in a XSL document?

first of, I don't know much about XSL. I am using a app called DITA to generate pdfs. One of …

xml xslt xsl-fo dita