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 your group to be featured on the Yahoo! Groups website? 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 3704 - 3733 of 7443   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3704
... You dont say what XSL-FO Formatter you are using. If you are using FOP, then PNG is not supported by default, you have to add Jimi or Jai libraries to your...
Chris Bowditch
bowditch_chris@...
Send Email
Jul 1, 2003
7:32 am
3705
See comments below ... <snip/> ... FOP doesnt support table-and-caption. Delete the table-and-caption element and just try fo:table. When you get plain tables...
Chris Bowditch
bowditch_chris@...
Send Email
Jul 1, 2003
7:45 am
3706
... Removing the table-caption and table-and-caption and fixing the table-column solves this problem. Thanks. --Adam...
Adam
macbuff2
Online Now Send Email
Jul 1, 2003
8:05 am
3707
Error accure while transforming XML to PDF Who can help me?...
the_one_and_only_skyw...
the_one_and_...
Offline Send Email
Jul 1, 2003
11:30 am
3708
I want to use Arial font in my PDF. FOP provides a way to register Arial font and then use it. My PDF generation takes place Linux. However, Linux does not...
Desai, Prasad (GECP, ...
pdesai76
Offline Send Email
Jul 1, 2003
12:10 pm
3709
Can anyone recommend a good XSL formatter? I've already tried FOP and Antenna House. FOP does not work for what I'm trying to do with background images,...
aimee123452000
Offline Send Email
Jul 1, 2003
1:08 pm
3710
Aimee, XSL Formatter is the best one. RenderX is good too but both cost. FOP is free, but still has some problems. We use XSL Formatter and have no problems. ...
TEA Lanham, Kevin
klanham@...
Send Email
Jul 1, 2003
1:27 pm
3711
Since I cannot see the exact error message(after org/apache -??) cant tell you which jar file you are missing in your classpath. But check your classpath to...
Praveen Sam
sampraveen
Offline Send Email
Jul 1, 2003
1:52 pm
3712
Thanks for the reply. I am using RenderX's XEP. Hitesh ... You dont say what XSL-FO Formatter you are using. If you are using FOP, then PNG is not supported by...
Hitesh Desai
hit_eshrd79
Offline Send Email
Jul 1, 2003
2:46 pm
3713
Here the complete error-message: Exception in thread "main" java.lang.NoClassDefFoundError:org/apache/fop/apps/Fop ... files...
the_one_and_only_skyw...
the_one_and_...
Offline Send Email
Jul 1, 2003
2:53 pm
3714
... See: http://xml.apache.org/fop/faq.html#NoClassDefFound Also see: http://xml.apache.org/fop/gethelp.html for general instructions about how to get FOP...
Victor Mote
victormote
Offline Send Email
Jul 1, 2003
3:46 pm
3715
I feel what you need is not a recommendation on a good XSL formatter, but a concept of business. The goal of our company is to make good products and make...
tokukobayashi2002
tokukobayash...
Offline Send Email
Jul 2, 2003
1:01 pm
3716
... No ... the before overlap can be different than the after overlap, but the overlap is the same on both start and end sides. To get the effect of one corner...
G. Ken Holman
g_ken_holman
Offline Send Email
Jul 2, 2003
6:08 pm
3717
... No, this is not possible in XSL-FO 1.0. A given blank page could have the word "blank" in its page number, but not a sibling page. Be sure to bring your...
G. Ken Holman
g_ken_holman
Offline Send Email
Jul 2, 2003
6:12 pm
3718
Thanks, Ken. I just forgot that you already mentioned that in the course in Ottawa. How are you doing? Regards, Khoa Nguyen ... [Non-text portions of this...
Tan Khoa Nguyen
tknguyenca
Offline Send Email
Jul 3, 2003
12:08 am
3719
hey folks, I'm a newbie on using fop. I have the following problem my images are displayed in the pdf document but not well rendered. I've reduce the zoom...
dirtypostman22
Offline Send Email
Jul 3, 2003
8:17 am
3720
... <snip/> ... <snip/> ... FOP doesnt work well with height and width specified in pixels. Convert to inches or centimetres instead. You will get better...
Chris Bowditch
bowditch_chris@...
Send Email
Jul 3, 2003
10:08 am
3721
tHANKS FOR THE HINT, bUT CAN YOU TELL me how to modify the tag to inches or centimetres??? I#m a totally newbie. ... Convert to ... specific...
dirtypostman22
Offline Send Email
Jul 3, 2003
11:07 am
3722
In my table, a table-row is broken and is displayed on 2 pages. I try to use keep-with-next attribute but it doesn t work and add a empty page on the first...
Xavier Robert
xavier_rober...
Offline Send Email
Jul 4, 2003
8:20 am
3723
Hi!, I want to dynamically generate rows depending on the avalability of data. For example for the following XML data.... <Categories> <Category> One...
nilendu_b
Offline Send Email
Jul 4, 2003
9:14 am
3724
I want to dynamically generate rows depending on the avalability of data. For example for the following XML data.... <Categories> <Category> One <Category> ...
Nilendu Bhattacharya
nilendu_b
Offline Send Email
Jul 4, 2003
11:34 am
3725
... This is an XSLT question, not an XSL-FO question. First create the situation where you can package each row, then fill the row from each point that...
G. Ken Holman
g_ken_holman
Offline Send Email
Jul 4, 2003
12:01 pm
3726
Thanks a lot Ken for the beautiful solution provided by you ... Here is the xslfo. <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" ...
nilendu_b
Offline Send Email
Jul 4, 2003
1:32 pm
3727
Assuming that each column(cell) is independant of the other ... you can try this ... Look at the snippet below .. Basically what am doing here is inside the ...
Praveen Sam
sampraveen
Offline Send Email
Jul 4, 2003
3:08 pm
3728
I thought of a more elegant approach than I first recommended because of a very useful feature available in XSL-FO than can be taken advantage of in this case....
G. Ken Holman
g_ken_holman
Offline Send Email
Jul 4, 2003
3:29 pm
3729
Extreme Markup Languages - Two deadlines approaching: July 7 - last day to get hotel reservations at conference rate July 8 - last day to submit proposals for...
B. Tommie Usdin
btusdin@...
Send Email
Jul 4, 2003
7:51 pm
3730
This is really a "very" elegant solution compared to what I suggested. But if I remember correctly this feature was not supported in the earlier versions of...
Praveen Sam
sampraveen
Offline Send Email
Jul 4, 2003
8:09 pm
3731
I think it is excellent solution but i ran into following problems... When I used fop 0.20.4 it said "starts-row not supported yet". Then I tried with fop...
nilendu_b
Offline Send Email
Jul 5, 2003
9:15 am
3732
... That tells me FOP isn't yet supporting the formatting object correctly. The Recommendation does allow <table-cell> children of <table-body> in order to...
G. Ken Holman
g_ken_holman
Offline Send Email
Jul 5, 2003
2:51 pm
3733
__________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com...
Jeff Horan
jeffhoran
Offline Send Email
Jul 7, 2003
4:17 pm
Messages 3704 - 3733 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