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.

Set maximum block height and trim content

I have a table in an XSL-FO document and in a cell there's an article description, which can easily overflow …

block xsl-fo
Using XSL-FO and HTML?

I'm trying to transform some XML-data to HTML with XSLT for my bachelor thesis. My professor wants me to consider …

xslt xsl-fo
how to parse the xml inside CDATA of another xml using xslt?

I need to transform the XML inside the CDATA of the XML using the single XSLT. I have an XML …

xslt xslt-1.0 xslt-2.0 xsl-fo
XSL-FO: Forcing a page break between each <xi:include>

I'm trying to generate a mod spec with pdf generation. The way I have it be generated is using a …

xml xslt xsl-fo docbook
How can I combine xsl:attribute and xsl:use-attribute-sets to conditionally use an attribute set?

We have an xml node "item" with an attribute "style", which is "Header1". This style can change however. We have …

xml xslt xsl-fo
xls-fo fop 0.94 Using the keep-together with wrap-option="wrap"

In xls-fo fop 0.94 Using the keep-together along with with wrap-option="wrap" ignores the wrap option ? Is there a way to …

xml xsl-fo apache-fop
XSL-FO- Specifying conditional visibility

I have an HTML table that varies according to its content. 1-3 columns hide. 1 column name changes. All depending on …

xslt xsl-fo apache-fop