... 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@...
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...
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...
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...
<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...
... 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...
I am building a table of contents and the table of contents itself is a bit fudgy. ... The Firm and Its Objectives .................................. 4 ...
... 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...
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@...
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...
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...
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@...
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...
... 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...
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@...
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...
... 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...
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...
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...
Hello, ... You can specify "background-color" property for region-body to fill the page body with some color. ... Best regards, Igor Istomin, developer,...
... 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...
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...
... 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"> ...
... 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...
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...
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...
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...