Dear All, I am giving XML, XSL and FO output. Actually all the rules of FO has to be applied to the FO output. But it is not happening. Can any body let me...
It would appear that you do not have any template stating what you want to do with the text inside the element <span>.. hence the apply-templates inside the...
... It means the sum of the column widths is greater than the possible or specified table width. Usually, your table will overflow horizontally. Check the...
... This means you have a table whose width value is less than the total of the widths specified on the columns, e.g. <fo:table width="10cm"> <fo:table-column...
Chris Bowditch
bowditch_chris@...
Nov 3, 2004 9:15 am
5967
Hi all, I would like to know how to dynamically create page headings. I am receiving an XML message of the form: <table> <row> <column/> <column/> <column/> ...
Xml2PDF HotFolder version 0.9 beta November 3, 2004 Altsoft N.V. Altsoft N.V. announces the beta release of the new HotFolder edition of its Xml2PDF formatting...
... A common, almost portable trick is to use markers. Attached is a slightly edited example posted to the FOP user list some time ago. J.Pietschmann [Non-text...
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...
Thx mates, that worked out ... This means you have a table whose width value is less than the total of the widths specified on the columns, e.g. <fo:table...
I have created a formatting object (.fo) without using xsl, and have added an additional class to FOP within fo/expr to convert a number to an i,ii,iii,iv,etc....
... Try something like test="preceding::building=." In general, you probably want to educate yourself about grouping techniques. Check the XSL FAQ reachabel...
... First of all, it is not possible to send values from XSL-Fo back to XSLT, the XSL-FO is processed after XSLT has finished. Secondly, although you dont...
Chris Bowditch
bowditch_chris@...
Nov 8, 2004 9:24 am
5976
Hi all, In <fo:block>, I'm trying to align the text and image in the same line, but couldn't get it right. The PDF output I want is like following: Text before...
Hi all, Sorry to repost it. The image was not align together in previous post. so I add "--" as space to align the image. In <fo:block>, I'm trying to align...
... The spec provides a variety of vertical alignment, baseline and baseline shift properties fro this purpose. ... Unfortunately, FOP 0.20.5 doesn't implement...
I have tried those properties but it still not work correctly. Following is a code snapshot, the border and color only for visual purpose. To see if you can...
I am currently working on FO that produces PDF output for our reports. To make them look a little better I want to add a little color. I have been trying to...
Hi, I have FOP version fop-0.20.5 instaled on solaris. Can anybody tell me how I can apply a bold attribute to a sting of words in FOP without breaking a...
Hello, Antenna House XSL Formatter doesn't support linearGradient on GUI. However, it is supported in the PDF output. And, it will be supported on GUI in next...
I have the following problem with table headers in Apache FOP: If a table begins at the bottom of a page and space left on the page is enough to fit a...
XSL Formatter V3.2 MR1 and Math Option Release Information November 12, 2004 Antenna House, Inc. Hello, Antenna House, Inc. is pleased to inform you that our...
Hello all, I have a question about using the fox:outline to create bookmarks, I'm using fox:outline in my document but whenever I click on one of the bookmarks...
<fox:outline internal-destination="A1"> <fox:label>What Is Sortegories?</fox:label> <fox:outline internal-destination="A1B1"> <fox:label>What Does Sortegories...
I can't see anything obvious, but in the fop /examples directory there is a pdfoutline.fo example. Please create this file and confirm that it works well with...
This is a question better suited for the FOP forum. As the fox:outline is a FOP extension. http://xml.apache.org/fop/maillist.html#fop-user I hope this helps ...