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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 6587 - 6616 of 7443   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6587
... I could be wrong but, it sounds like you have placed all of your document inside a fo:block-container. the contents of a fo:block-container cannot flow ...
Chris Bowditch
bowditch_chris@...
Send Email
Jun 1, 2005
7:47 am
6588
... I hadn't, actually. Most of the content is in neither an fo:block-container nor an fo:block -- most of it's in fo:tables. What would be really helpful...
Ben Trafford
bentrafford
Offline Send Email
Jun 1, 2005
7:53 am
6589
Hi, I am using csstoxsl to convert multiple HTML pages to PDF. Every single HTML fragment is wrapped inside a DIV with break-after="set". This creates a new...
Andreas Jung
ajung
Offline Send Email
Jun 1, 2005
8:33 am
6590
Dear all, My requirement is to print a set of business cards on a page and i need to conver the XML data of 1 card to a PDF page with each card aligned in left...
amarnreddy
Online Now Send Email
Jun 1, 2005
11:01 am
6591
<fo:external-graphic relative-position="relative" src="test.gif"/> Hi all, In the above statement, i want to replace the test.gif value as in from an xml which...
amarnreddy
Online Now Send Email
Jun 1, 2005
12:43 pm
6592
You can use break-before instead of break-after for all but last items to avoid an empty page in the end. Best Regards, Victor Vishnyakov ...
Victor Vishnyakov
victor_vishn...
Offline Send Email
Jun 1, 2005
1:08 pm
6593
... This is not true in all cases (and in XSL-FO 1.1 will not be true at all depending on the setting of the overflow property). If a block container has a...
Eliot Kimber
drmacro
Online Now Send Email
Jun 1, 2005
3:18 pm
6594
I am building a table of contents and the table of contents itself is a bit fudgy. ... The Firm and Its Objectives .................................. 4 ...
arianhojat2000
Offline Send Email
Jun 1, 2005
6:54 pm
6595
... The trick for this type of structure is to use leader-length="auto" and text-align-last="justify" on the containing block. This causes the leader to take...
Eliot Kimber
drmacro
Online Now Send Email
Jun 1, 2005
7:17 pm
6596
Awesome it works! Thanks Eliot! ... itself is ... and ... of ... width...
arianhojat2000
Offline Send Email
Jun 1, 2005
7:26 pm
6597
I have text in 2 blocks and i want the spacing between the text to be 30 points baseline to baseline, how to do that?? <fo:block>Text 1</fo:block> ...
geethanandh
Offline Send Email
Jun 1, 2005
9:20 pm
6598
Extreme Markup Languages 2005: Call for Late-breaking News The regular (peer-reviewed) part of the Extreme 2005 program has been scheduled. As usual, we have...
B Tommie Usdin
btusdin@...
Send Email
Jun 2, 2005
6:33 pm
6599
To XSL-FO vendors and specification writers, c/o: XSL Editors, W3C XSL List, Yahoo XSL List I'm seeing inconsistent implementation of the order of the...
G. Ken Holman
g_ken_holman
Offline Send Email
Jun 3, 2005
7:57 pm
6600
Hi, does it exist an open source implementation of a xsl stylesheet that matches against XSL-FO elements and produces RTF code? At least at first sight it...
scasquiov
Offline Send Email
Jun 3, 2005
10:36 pm
6601
I remember asking about this in Oct 2003 - as FOP also renders regions in a different order than XEP. I was also asking about absolute positioning. XEP renders...
Mike Trotman
mike.trotman@...
Send Email
Jun 4, 2005
12:48 am
6602
... When absolute=absolute, the block-container is positioned relative to its nearest ancestor reference area. For a block container that has no ancestor block...
Eliot Kimber
drmacro
Online Now Send Email
Jun 4, 2005
2:23 am
6603
... Drat! This is quite necessary for what I need to accomplish. ... Good point, I can see that to be true. ... Yes, of course ... I just had not considered...
G. Ken Holman
g_ken_holman
Offline Send Email
Jun 4, 2005
2:33 am
6604
Thanks Eliot. That clarifies things a lot. As both packages only supported one meaning of 'absolute' when I was trying it I obviously never looked closely at...
Mike Trotman
mike.trotman@...
Send Email
Jun 4, 2005
10:37 am
6605
Hi there, I was tring to draw an horizontal line to separate two region's. I used fo:leader element. With leader-pattern="rule", this element results in a...
zhou_jinyuan
Online Now Send Email
Jun 6, 2005
5:08 pm
6606
... Normally you would do this by specifying a border on one edge of one of the regions. By adjusting the padding and space on that edge you should be able to...
Eliot Kimber
drmacro
Online Now Send Email
Jun 6, 2005
5:37 pm
6607
Dear subscribers, Antenna House, Inc. is pleased to announce that XSL Formatter V3.3, our newest XSL-FO processor, is now available. Antenna House is committed...
Keiko Hiraide
hiraidekeiko
Offline Send Email
Jun 10, 2005
12:48 pm
6608
I have a text that runs half of the page and the rest of the page is empty. Instead of leaving it blank, i would like to color the empty half of the page, Is...
geethanandh
Offline Send Email
Jun 10, 2005
1:49 pm
6609
Hello, ... You can specify "background-color" property for region-body to fill the page body with some color. ... Best regards, Igor Istomin, developer,...
Igor Istomin
igis1975
Offline Send Email
Jun 10, 2005
1:54 pm
6610
... Below is an example that works in Antenna House and RenderX when you have a single page of information and you are only filling it part way. My thought was...
G. Ken Holman
g_ken_holman
Offline Send Email
Jun 10, 2005
2:12 pm
6611
Thanks for the suggestion. Unfortunately my content goes more than one page. I am using arbortext's E3 ... have a ... fill the ... container ... pages and...
geethanandh
Offline Send Email
Jun 10, 2005
2:29 pm
6612
... This works in both XEP and XSL Formatter 3.2 and will work for any multi-page flow: <fo:flow flow-name="xsl-region-body" font-family="sans-serif"> ...
Eliot Kimber
drmacro
Online Now Send Email
Jun 10, 2005
2:49 pm
6613
... A caveat with the above is that any use of space-before= on your blocks will reveal the region background colour *above* the text as well as below the last...
G. Ken Holman
g_ken_holman
Offline Send Email
Jun 10, 2005
2:52 pm
6614
Hi there, I have two tables with dynamics length. I don't want that the second one comes subdivided on two pages, when the first it is too long, but begin in...
philippe.guarino
philippe_gua...
Offline Send Email
Jun 13, 2005
8:40 am
6615
Every itme in the list block appears on seperate lines, is there a way to display them in the same line like 1.XSL 2.FO 3.XML instead of 1.XSl 2.FO 3.XML...
geethanandh
Offline Send Email
Jun 13, 2005
4:03 pm
6616
Hello, i was making a html-like language to pdf stylesheet and I was wondering is there a way to have a fo list within a list without specifying the start...
arianhojat2000
Offline Send Email
Jun 13, 2005
5:11 pm
Messages 6587 - 6616 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