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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 7311 - 7340 of 7443   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7311
... There is no way to conditionally retrieve content ... you get what you get by the class name, boundary and position, but you can't arbitrate what you get...
G. Ken Holman
g_ken_holman
Offline Send Email
Feb 1, 2007
8:36 am
7312
Ken, I haven't tried your code yet but i think if i have a page like this: ... title0 some text some text some text some text some text some...
Jeff Sese
ulyleeka
Offline Send Email
Feb 1, 2007
9:02 am
7313
The page layout got distorted: ... title0 some text some text title1 some text some text some text ... some text some text some text some text some text some...
Jeff Sese
ulyleeka
Offline Send Email
Feb 1, 2007
9:11 am
7314
... Well, I don't have the time to make *more* test data for your requirements, so if you haven't tried the code I took the time to suggest then I won't bother...
G. Ken Holman
g_ken_holman
Offline Send Email
Feb 1, 2007
2:06 pm
7315
Thank you for your input. I shall retain the measurment in Inches....
mina_hurray
Offline Send Email
Feb 1, 2007
2:51 pm
7316
... Probably because of the common misunderstanding that the FO "statements" are "evaluated", i.e. that markers are actually retrieved during the XSL ...
J.Pietschmann
j3322ptm
Offline Send Email
Feb 1, 2007
10:33 pm
7317
It's not that i don't want to try your sample code... (it was near end of office hours so i was planning to try it this morning) I just want confirmation or at...
Jeff Sese
ulyleeka
Offline Send Email
Feb 2, 2007
2:29 am
7318
Dear list subscribers, RenderX has released XEP 4.9, a new version of its XSL processor and accompanying tools. Major achievements have been made in the AFP ...
Michael Sulyaev
msulyaev
Offline Send Email
Feb 2, 2007
9:37 am
7319
I have the code128 font from the dobson site, I've created the line for a barcode using this, if I paste that into notepad and change the font to the barcode...
Ken Sands
kensnooker
Offline Send Email
Feb 5, 2007
4:19 pm
7320
... What version of FOP are you using? You might get a better response to a FOP specific question on the fop-users mailing list. Subscribe here: ...
Chris Bowditch
bowditch_chris@...
Send Email
Feb 5, 2007
5:28 pm
7321
0.91 beta with a few personal additions for duplex controls and extra hypenation stuff. I think it's a case of character encodings, the barcode font uses...
Ken Sands
kensnooker
Offline Send Email
Feb 6, 2007
9:12 am
7322
... The code points from 128 to 160 are the "Upper Control Char Set" in unicode and must occur in an XML 1.0 source file according to the spec, therefore you...
J.Pietschmann
j3322ptm
Offline Send Email
Feb 6, 2007
9:05 pm
7323
Hi all: How do you calculate the proportional col width for a table if there is no column width declared, and divide the columns proportionally? Suppose I have...
mina_hurray
Offline Send Email
Feb 6, 2007
9:41 pm
7324
... The processor does this for you. ... p-c-w(1) and p-c-w(1) .. the processor will determine the table width, deduct the specified widths, then proportion...
G. Ken Holman
g_ken_holman
Offline Send Email
Feb 7, 2007
1:10 am
7325
Hi: Thank you for your reply. Actually, I was looking to style a cals table in XSLFO and should have been more clear in my question. My xml has: <colspec...
ms
mina_hurray
Offline Send Email
Feb 7, 2007
2:48 am
7326
... Yes, that question is a lot clearer. column-width="2.5in" column-width="proportional-column-width(2)" column-width="proportional-column-width(3)" I hope...
G. Ken Holman
g_ken_holman
Offline Send Email
Feb 7, 2007
3:11 am
7327
I figured that to be the case, so I used the windows character map program to find the unicode of each character (in the range 128 - 159) in the barcode font...
Ken Sands
kensnooker
Offline Send Email
Feb 7, 2007
9:26 am
7328
Hi Ken: That worked. Thanks a lot....
mina_hurray
Offline Send Email
Feb 9, 2007
3:37 pm
7329
Hi: I was trying to center a table in XSLFO, and when I looked up on the lists, there were two answers 1) use <fo:table-and-caption text-align="center"> 2)...
mina_hurray
Offline Send Email
Feb 13, 2007
10:41 pm
7330
... Table and caption works using XSL Formatter 4. I didn't try it with the latest RenderX. Otherwise, your only choice is to set a start indent that 1/2 the ...
W. Eliot Kimber
drmacro
Online Now Send Email
Feb 14, 2007
1:55 pm
7331
fo:table-and-caption does not work with XEP. The table is not centered. ... start-indent....
mina_hurray
Offline Send Email
Feb 14, 2007
3:12 pm
7332
... It is also possible to place fo:table inside fo:inline-container which is in fo:block that is centered. Unfortunately fo:inline-container is also not...
Jirka Kosek
jirka@...
Send Email
Feb 14, 2007
3:14 pm
7333
... Try using padding columns, or a blind table with padding columns: http://xmlgraphics.apache.org/fop/fo.html#fo-center-table-horizon J.Pietschmann...
J.Pietschmann
j3322ptm
Offline Send Email
Feb 14, 2007
7:39 pm
7334
Hi: How do you divide rows among columns? I mean if I have a table header with 5 columns and I have 5 rows below it, I want the rows to be divided among the 5...
mina_hurray
Offline Send Email
Feb 16, 2007
10:54 pm
7335
Thanks for all your help on this. Instead of centering, if I want to make it page wide using the "pgwide" attribute from the cals table, when I say if...
mina_hurray
Offline Send Email
Feb 16, 2007
10:59 pm
7336
... 100% means "the width of the current containing reference area", which would usually mean the body page region. If you want the table to be literally the...
W. Eliot Kimber
drmacro
Online Now Send Email
Feb 17, 2007
2:31 pm
7337
For a pgwide attribute=1 , I tried span=all and width=100%. It does not work for both cases. I want the table to span the region-body when the pgwide attribute...
mina_hurray
Offline Send Email
Feb 22, 2007
8:03 pm
7338
... Would have to see the FO data to know what should or shouldn't work as well as which XSL-FO engine you're using. There could be many reasons why it's not...
W. Eliot Kimber
drmacro
Online Now Send Email
Feb 26, 2007
3:44 pm
7339
Hi, Like it say in title I have some problem with one text in my fop hyphenation for all other case that goes very well. Can you help me to know what I do...
virgul4u
Offline Send Email
Mar 6, 2007
2:05 pm
7340
EXTREME MARKUP LANGUAGES 2007(r) (a registered trademark of IDEAlliance) THE MARKUP THEORY & PRACTICE CONFERENCE It takes time to write a paper, so if you want...
B Tommie Usdin
btusdin@...
Send Email
Mar 12, 2007
3:13 pm
Messages 7311 - 7340 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