XSL-FO (XSL Formatting Objects) is a markup language for XML document formatting which is most often used to generate printed content.
I have a quite simple template: <xsl:template match="p"> <fo:block> <xsl:apply-templates/> &…
xsl-foI am trying to underline an block element that contains text. The block has an font-size attribute and the text …
xsl-fo apache-fopTrying to create a PDF file based on an XML and a file using XMLSpy. I'm trying to split a …
xml xslt xsl-foI am trying to generate on-the-fly PDF reports from Java objects. I have not been able to find many examples …
xml xslt pdf xsl-fo apache-fopI created an XSL-FO template which prints a few blocks containing texts that change dynamically. Sometimes a block is split …
xsl-foI want to display a text with a bigger font in the leftmost column of an <fo:table>. …
xslt xsl-foi need to implement next layout: here's my code: <fo:block text-align="center">United Nations Organisation</fo:…
xsl-foSuppose I have an xsl:fo block: <fo:block>one two three</fo:block> Can I …
xsl-foI am looking to reverse in XSL/FO a for-each loop. for instance the xml <data> <record …
xml xslt xsl-foI am using FOP version 1.0 to create PDFs. In one of the pages I'd like to display an image (2552 x 4200 …
image pdf size xsl-fo apache-fop