Please forgive me if I'm asking a simple question but I'm pretty new to the world of FOs and XSLT. I'm trying to create a TOC showing the titles and page...
I am currently working on a java program that takes in xml and xslfo files and output postscript. Some of the xml contents contain "&" character, and the xml...
One of the basic architectural features of XSL-FO is the (abstract) two-stage process: in stage one an FO tree is generated from the input XML document; in...
i have a longer text in chinese without whitespaces. when i do a transformation to PDF the line of the text is not wrapped at the end of the block and some...
Hi all, Here's my fo <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" > <fo:layout-master-set> <fo:simple-page-master master-name="simple"> ...
Can anyone tell me if there is are equivalent tools in XSL-FO to those in HTML and CSS? I would like to be able to separate the presentational code from the...
A peer-reviewed technical conference. An unfettered festival of unconventional markup. Pointy-brackets, pointed questions, and sharp ideas. Nearly a week of...
Hi all I have a general question regarding XSL-FO. The concept that the formatting direction is in the tags: “ unicode-bidi="embed" is not clear to me. I...
I have a XML file with bills to all my customers. How can I get pagenumbering type "page n of y" where first page for each customer starts with 1 and y is the...
I've searched every place I can think of, and tried everything too. I'm trying to put a graphic into a PDF using FOP 0.20.3 as a servlet. Graphics to appear...
Hello Group, i am new in this Group and i am a RPG developer for AS/400, iSeries and i5OS IBM systems from germany. My English is not perfect. Therfore my...
I am using apache fop to generate SVG for printing on a kiosk. When i have a line of text like "These words should print with spacing between them", i get the...
Currently I am using a marker in my static content to return a module title in the header, but now I find I need the last module to be a specific title. I...
I used FOP to generate PDF off XML input for Java application before. But now I am working on a project to generate PDF off XML as well. Since I am familiar...
Greetings. Is there a third party PDF Viewer and Printer outside of Adobe Reader? These are my current options and look for other suggestions from the group, ...
After reading Michael Kay's Xalan Chapter in the second edition of XSLT, backwards and forwards, I have finally been able to instantiate a SimpleDateFormat...
Hi all, I have a problem regarding different layout on odd an even pages. The project I'm currently working on is to produce a simple product catalog...
The second official working draft of "Extensible Stylesheet Language (XSL) Version 1.1" has been published at: "Extensible Stylesheet Language (XSL) Version...
XSL-FO Debugger version 0.9 beta December 16, 2004 Altsoft N.V. Altsoft team wishes XSL-FO community Merry Christmas and a Happy New Year! We are proud to...
1) First I want to change font color. I am using following fo-block but this does not seem to work. <fo:block font-family="Helvetica" font-size="20pt" ...
I have a two column book. I place a page break to start a new section and the page before the break does not balance the columns. Is this possible and how? I'm...
BlankThere is no one who have got some idea or tried making xsl file for converting xsl-fo to html??? Nothing is Impossible. I do Nothing!! Het Analyst...
Hi again, sometimes when i render a PDF File with FOP, it happens that FOP puts the two character "ö" and "n" together. I attached a screenshot where you can...
I have a challenging problem. We are rendering procedures for the nuclear industry to pdf, as part of our procedure management system. The nuclear industry...
I am trying to get tables to work period. I am using FOP 20.5. Does anyone have any (working) code examples I could use to learn this with? I have a great...
I am trying to use an example from Dave Pawson's book XSL-FO from chapt 10. I am having problems with FOP blowing up with a Null Pointer exception on the...
Hi All I need to transform multiple XML's with a single XSL-FO file to generate a single PDF File. What I want is that the data from subsequent XML's should...
Hi everybody, I'm having a problem using the special character "„" and "“" (ASCI 0132 and 0147). I tried to use fo:character but fop does only display...