I need to be span rows but depending on the amount of information, I don't always want to use keep-together.within-page="always". Occationally, the amount of...
7264
G. Ken Holman
g_ken_holman
Oct 2, 2006 3:16 pm
... Use a numeric value for the keep strength, instead of using "always". By saying "always" you are requesting the behaviour of throwing out what doesn't...
7265
Carolyn
bettyrubble2000
Oct 2, 2006 5:00 pm
Any idea what value I should try? I've tried several and am not getting the results I'd expect. It does break when the column is too big for the page but...
7266
delmundo51
Oct 19, 2006 9:36 am
Hi guys, i am using fop0.92beta and Java 1.5 to create Pdfs. I create Tables and add in each "table-cell"-tag the parameters border="0.5pt solid black" to get...
7267
J.Pietschmann
j3322ptm
Oct 19, 2006 7:09 pm
... The problem is that the "collapsing border" model isn't implemented in FOP 0.29 (you should have seen a warning). The only workaround is to emulate it by...
7268
G. Ken Holman
g_ken_holman
Oct 19, 2006 7:54 pm
Last weekend I published revisions to both of our commercial XSLT and XSL-FO books that we sell from our web site: the twelfth edition of "Practical...
7269
Hedley Finger
hedleyfinger
Oct 25, 2006 12:48 pm
I had the notion of getting some sort of interactive graphical editor for designing XSLT to produce FO output, sort of like the PageMaker or InDesign for XML! ...
7270
Virgil Reality
beingvirgil
Oct 25, 2006 1:02 pm
In answer to Hedley http://www.inventivedesigners.com/products/scriptura.html http://www.xslfast.com/ These products have been around I think for about hmmmmmm...
7271
Carolyn
bettyrubble2000
Oct 30, 2006 5:49 pm
In my document's footer I'm displaying the page number. But on the last page of text, if it ends on an odd page number, I need "page number/(next page number...
7272
Carolyn
bettyrubble2000
Nov 3, 2006 3:17 pm
... I take it that this can't be done then?...
7273
W. Eliot Kimber
drmacro
Nov 3, 2006 3:47 pm
... Correct--you cannot perform arithmetic on page numbers. But why not just generate the page in the FO? I'm not sure I clearly understand your requirements. ...
7274
J.Pietschmann
j3322ptm
Nov 3, 2006 10:33 pm
... If it's a blank page, there is no way to get a page number citation, at least not by referencing flow content. I'm not sure what happens if a page number...
7275
Shawn
mystic_gnome...
Nov 3, 2006 10:59 pm
If you have text within a list-item-body that has a larger font size than the list item label (and the other text within the list-item) in FO, It aligns the...
7276
G. Ken Holman
g_ken_holman
Nov 4, 2006 2:42 am
... Yes, the initial value for relative-align= is the before-edge. ... Have you tried relative-align="baseline"? ... Correct, the structure of lists is very...
7277
Shawn
mystic_gnome...
Nov 4, 2006 9:25 am
Thanks for the info! Unfortunately, my pdf generator doesn't implement that property. Hopefully in a not so distant future release they will. ... From: G. Ken...
7279
virgul4u
Nov 8, 2006 7:44 am
Hi, I use Fop 0.20.5 I'm asking me if it's possible to write a line from the top left corner to the bottom right corner of all the page without affecting my...
7280
W. Eliot Kimber
drmacro
Nov 8, 2006 12:29 pm
... There is no FO-defined mechanism for drawing diagonals in regions or blocks (Antenna House provides an extension for doing it in blocks). The only general...
7281
astragh
Nov 10, 2006 11:02 am
Greetings to the group, Is it possible to check a value before assigning a variable to it? We use an application resource file that contains our static text ...
7282
Andrew Lai
andrewlai_my
Nov 10, 2006 5:29 pm
Hi all, Adobe is coming out with a technology called "Mars". An XML based representation of generating PDF documents. Any thoughts? ...
7283
W. Eliot Kimber
drmacro
Nov 10, 2006 7:12 pm
... It's difficult to see how this really changes things much. It will certainly make it easier to develop tools that generate and read PDF, but since such...
7284
virgul4u
Nov 20, 2006 3:52 pm
Hi, Thanks a lot for your answer and sorry for have take time to answer... Ok so I need to write a SVG line but I have make some search on internet without...
7285
virgul4u
Nov 21, 2006 8:11 am
Ok I have foound how to do: <fo:instream-foreign-object> <svg:svg width="500px" height="500px" viewBox="0 0 200 200"> <svg:line x1="30" y1="0" x2="985"...
7286
Keiko Hiraide
hiraidekeiko
Dec 7, 2006 10:35 am
Antenna House is very pleased to announce the immediate availability of Antenna House XSL Formatter V4.1, which is the first product to offer full...
7287
Michael Williams
dezrtfox
Dec 13, 2006 5:34 am
Has anyone published any performance data on open source or commercial XSL-FO processors? Any pointers would be much appreciated. Mike W....
7288
yunchung hsu
yunchunghsu
Jan 6, 2007 2:25 pm
Hi: Hi, POI has worked well for several features of our applications involving Excel spreadsheets. Recently we explored the possibility of reading Excel files...
7289
J.Pietschmann
j3322ptm
Jan 9, 2007 11:08 pm
The Apache FOP team is proud to announce the release of Apache FOP version 0.93. The new codebase for FOP was started several years ago in order to achieve...
7290
mina_hurray
Jan 22, 2007 2:59 pm
Hi: I am not sure if this is the right forum to post this question. I amusing XML Spy and Renderx XEP for FO processing, and when I generate the PDF, i get...
7291
Stanislav Sobolevsky
altsoftnv
Jan 22, 2007 3:26 pm
Altsoft announces beta release of its new Xml2PDF 2007 family of products, containing Xml2PDF Server 2007 (.NET API), Xml2PDF Hotfolder 2007 and Xml2PDF ...
7292
mina_hurray
Jan 22, 2007 4:05 pm
Ca anyone explain the difference between copy-of and copy in xslt?...
7293
Chris Bowditch
bowditch_chris@...
Jan 22, 2007 5:19 pm
... yes of course. copy just copies a single node to the result tree. copy-of copies a complete node tree to the result tree. BTW, pure XSLT questions are...