Thanks for your answer. I also observed that opacity property also doesn't work. So does it mean XEP does not fully implement the all the propeties in SVG...
... This is straight forward to achieve using markers. Simply place all occurences of the element into a fo:marker with the same class name. Then the retrieve ...
Chris Bowditch
bowditch_chris@...
Jul 1, 2004 7:49 am
5592
... XEP does not currently implement all the SVG specification. ... There are a couple of pages describing which bits of SVG are supported and those that are...
Chris Bowditch
bowditch_chris@...
Jul 1, 2004 8:21 am
5593
XSL Formatter V3.1 Lite release information July 1, 2004 Antenna House, Inc. Antenna House, Inc. is pleased to inform you that our XSL-FO processor [XSL...
... I'm not sure I understand this Chris? That sounds like the running total will be from the last page, not this one? Or is it the 'first item on page' (the...
... A marker is always selected from the current page or a page before, never from a page after the current page. The FO will roughly look like this: table ...
... And that was my problem, the '25' marker is not 'within-page' Joerg? Hence it must be the 'carried forward' figure, rather than the 'total this page'...
... Oh well, misunderstandings at large, sorry. I also misread "The last element on the previous page will be selected." Of course, the code would select the...
Hi ppl, I am working over a project that involves use of xsl:fo. I have data which is displayed in tables, in a PDF format. Wht i wanted is if a table cannot...
... Which XSL-FO Formatting engine are you using? Not all of them implement keep-* properties. <snip/> Chris...
Chris Bowditch
bowditch_chris@...
Jul 6, 2004 8:14 am
5602
Hi chris, I am using FOP 0.20.5 version. I am not sure whether it supports <keep-*> or not. If it does not, let me know. Anshul ... wanted ... contents ... ...
... Why take the time to ask the list? Looking at http://xml.apache.org/fop/compliance.html will always help to understand what is or is not available. I hope...
Thanks Ken, I found at the specified place tht FOP 0.20.5 version(which i am using) doesn't support <keep-together> completely, only for table rows it does. I...
... You can place your entire table into the cell of an outer table, which has one row and column, with keep-together="always" on the row of the outer table. ...
Chris Bowditch
bowditch_chris@...
Jul 6, 2004 12:50 pm
5606
I'm using Apache's FOP library to dynamically generate PDFs from an XML input stream using XSL-FO stylesheets. I'll refer to my first successful effort as the...
Hi all, I tried setting up the width of a cell using the width property of the fo:table-cell. It has no effect on the output pdf file. I am using XEP 3.8...
Hi all, I am using XEP3.8 trial as my fo formatter. I tried setting the height of the table, but thats not showing up in the pdf file. The code I am using is...
... I suggest you take these vendor-specific questions to mail-to:xep-support@... as it would appear these properties are being respected in another...
I tried this but it is still not serving the purpose. Don't know why? Is there some restriction to apply <keep-together> in <table-row>? Anshul ... ...
While using FOP. it I set the ID attributes for some element whose parent or ancestor is header of table. if the table is large(display in multi-pages), then...
Hi Holman, I tried my example with both XEP3.8 and FOP0.20.5, but the result is the same. May I know the tool which you use (the one you mentioned), so that I...
Thanx Holman for the help. K. Krishna Chaitanya ... width ... showing ... I suggest you take these vendor-specific questions to mail-to:xep-support@......
... ************* Complete Program Available ************** ************ Late Breaking Sessions Added ************* ... The complete program for Extreme...
B Tommie Usdin
btusdin@...
Jul 8, 2004 4:24 pm
5616
Hi all, I am using XEP3.8 trial as my fo formatter. I tried setting the height of the table, but thats not showing up in the pdf file. The code I am using is...
Hi all! I've a problem with page-sequences/page-insertion: In my document, I've 2 different page-sequences, 1 for the toc and 1 for the main-content. Each of...
... This is because you have not accommodated "blank pages" as you have flowed pages. ... Then have two page geometries, in the following example "frame" and ...
Hello! ... Thanks Ken for bringing some light into the properties (I'm getting sometimes lost...). ... Of course it worked - as always :-) Best regards, ...