Search the web
Sign In
New User? Sign Up
XSL-FO · discussion of XSL Formatting Objects
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5590 - 5619 of 7443   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5590
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...
bgsuma
Offline Send Email
Jul 1, 2004
7:11 am
5591
... 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@...
Send Email
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@...
Send Email
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...
Keiko Hiraide
hiraidekeiko
Offline Send Email
Jul 1, 2004
12:53 pm
5594
Thanks a lot for your help. I'll give this a try. ... occurences ... retrieve ... within-page"/> ... technique...
douglasoosterbaan
douglasooste...
Offline Send Email
Jul 1, 2004
3:09 pm
5595
... 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...
Dave Pawson
dpawson2000
Offline Send Email
Jul 1, 2004
4:11 pm
5596
... 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 ...
J.Pietschmann
j3322ptm
Offline Send Email
Jul 1, 2004
5:06 pm
5597
... 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'...
Dave Pawson
dpawson2000
Offline Send Email
Jul 1, 2004
6:09 pm
5598
... 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...
J.Pietschmann
j3322ptm
Offline Send Email
Jul 1, 2004
8:21 pm
5599
... Do you Yahoo!? Yahoo! Mail is new and improved - Check it out! [Non-text portions of this message have been removed]...
Nail Baytar
nbaytar
Offline Send Email
Jul 5, 2004
10:21 pm
5600
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...
Anshul Seth
anshul51
Offline Send Email
Jul 6, 2004
6:07 am
5601
... Which XSL-FO Formatting engine are you using? Not all of them implement keep-* properties. <snip/> Chris...
Chris Bowditch
bowditch_chris@...
Send Email
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 ... ...
anshul51
Offline Send Email
Jul 6, 2004
11:22 am
5603
... 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...
G. Ken Holman
g_ken_holman
Offline Send Email
Jul 6, 2004
11:36 am
5604
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...
anshul51
Offline Send Email
Jul 6, 2004
12:22 pm
5605
... 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@...
Send Email
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...
Michael Duffy
duffymo
Offline Send Email
Jul 6, 2004
3:58 pm
5607
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...
King Krsna
krsnachaitanya
Offline Send Email
Jul 6, 2004
4:43 pm
5608
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...
King Krsna
krsnachaitanya
Offline Send Email
Jul 6, 2004
4:52 pm
5609
... I suggest you take these vendor-specific questions to mail-to:xep-support@... as it would appear these properties are being respected in another...
G. Ken Holman
g_ken_holman
Offline Send Email
Jul 6, 2004
5:35 pm
5610
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 ... ...
anshul51
Offline Send Email
Jul 7, 2004
10:14 am
5611
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...
ca_xiaoyi2003
Offline Send Email
Jul 7, 2004
1:04 pm
5612
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...
King Krsna
krsnachaitanya
Offline Send Email
Jul 7, 2004
2:51 pm
5613
Thanx Holman for the help. K. Krishna Chaitanya ... width ... showing ... I suggest you take these vendor-specific questions to mail-to:xep-support@......
King Krsna
krsnachaitanya
Offline Send Email
Jul 8, 2004
3:11 am
5614
... Yes, that's a known problem. Try to set the id on the table element itself instead. J.Pietschmann...
J.Pietschmann
j3322ptm
Offline Send Email
Jul 8, 2004
7:59 am
5615
... ************* Complete Program Available ************** ************ Late Breaking Sessions Added ************* ... The complete program for Extreme...
B Tommie Usdin
btusdin@...
Send Email
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...
King Krsna
krsnachaitanya
Offline Send Email
Jul 8, 2004
6:30 pm
5617
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...
aziegelmayer.trier@...
aziegelmayer...
Offline Send Email
Jul 8, 2004
8:18 pm
5618
... 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 ...
G. Ken Holman
g_ken_holman
Offline Send Email
Jul 9, 2004
12:44 am
5619
Hello! ... Thanks Ken for bringing some light into the properties (I'm getting sometimes lost...). ... Of course it worked - as always :-) Best regards, ...
aziegelmayer.trier@...
aziegelmayer...
Offline Send Email
Jul 9, 2004
8:06 pm
Messages 5590 - 5619 of 7443   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help