Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

XSL-FO · discussion of XSL Formatting Objects

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1394
  • Founded: Jan 5, 2001
  • Language: English
? 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.

Messages

Advanced
Messages Help
Messages 6021 - 6050 of 7448   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
6021 Phillip Cruz
phillipacruz Send Email
Dec 2, 2004
12:04 am
Is there a way to get text that would normally fit on on 1 1/4 pages all on one page? [Non-text portions of this message have been removed]...
6022 Susan
slwm98 Send Email
Dec 2, 2004
6:17 am
I'm sorry if I'm missing the obvious, but I've looked everywhere and still don't get it. I'm using XEP 4.0, and using <xsl:document>; to create multiple PDF...
6023 Chris Bowditch
bowditch_chris@... Send Email
Dec 2, 2004
8:48 am
... Normal tricks include: decreasing page margins, line height, and font size. <snip/> Chris...
6024 Victor Vishnyakov
victor_vishn... Send Email
Dec 2, 2004
10:14 am
... Additionally, changing font-family may save you 25% of the page. Regards, Victor Vishnyakov...
6025 Nicola Harlow
dragoncitycouk Send Email
Dec 2, 2004
10:22 am
Look at any images as well; sometimes you can reduce image size dramatically without loosing quality. Plus, if you can, look at the content of the text. Maybe...
6026 Phillip Cruz
phillipacruz Send Email
Dec 2, 2004
12:47 pm
Thanks everyone for the tips but I was wondering if there was a way to have maybe a variable font size based on the length of the document. For example, if the...
6027 W. Eliot Kimber
drmacro Send Email
Dec 2, 2004
3:23 pm
... There is no such facility in XSL-FO. I believe that Antenna House provide a "squeeze to fit" extension for overflow that might work--if your document needs...
6028 C. Myers
ccmyers98 Send Email
Dec 2, 2004
10:29 pm
Hi, I have been challenged by the following, I need to publish blocks of text that required the left part of the text in yellow background color, and the right...
6029 W. Eliot Kimber
drmacro Send Email
Dec 2, 2004
11:04 pm
... You can set the background color on fo:inline or fo:block, which will set the background color for the text. <fo:block background-color="yellow&quot;>This is...
6030 soenaylynn@... Send Email Dec 3, 2004
3:16 am
Dear... Thank you. Regards, SNL....
6031 C. Myers
ccmyers98 Send Email
Dec 3, 2004
2:39 pm
You didn't understand my issue. If you are interestes, you can read my posting again. Thanks for the reply. ... You can set the background color on fo:inline...
6032 W. Eliot Kimber
drmacro Send Email
Dec 3, 2004
3:28 pm
... Then I don't understand your problem. If you know which part is "left" and which part is "right" then you know enough to wrap the data in the appropriate...
6033 Victor Vishnyakov
victor_vishn... Send Email
Dec 6, 2004
6:40 am
In HTML make-up there is a trick when as a background was used 1px height and 1000px width gif with Xpx of the required color and (1000-X)px of the transparent...
6034 Ranjan K. Baisak
ranjanbaisak Send Email
Dec 6, 2004
7:31 am
I am using following code snippet to display page number in my xsl-fo <fo:static-content flow-name="xsl-region-after"> <fo:block font-family="Helvetica&quot;...
6035 Victor Vishnyakov
victor_vishn... Send Email
Dec 6, 2004
7:50 am
Add page <fo:page-number/> of <fo:page-number-citation ref-id="theEnd"/> to your fo:static-content and add <fo:block id="theEnd&quot;/> to the end of your document....
6036 Ranjan K. Baisak
ranjanbaisak Send Email
Dec 6, 2004
11:07 am
Victor, I added <fo:page-sequence master-reference="A4" initial-page-number="1" language="en" country="us"> and <fo:static-content...
6037 C. Myers
ccmyers98 Send Email
Dec 6, 2004
6:13 pm
Thanks for your reply. The problem is that I don't know which text belongs to the left or right. I created a word file attached, hopefully I stated this issue...
6038 W. Eliot Kimber
drmacro Send Email
Dec 6, 2004
7:17 pm
... The attachment didn't survive. But I'm not sure I understand your issue. Either you know which text belongs two which language, in which case you can...
6039 C. Myers
ccmyers98 Send Email
Dec 6, 2004
7:47 pm
<fo:table-cell> <fo:block>Other properties can be found in section 10. The number 1 should exist in the section 5.</fo:block> </fo:table-cell> How should I...
6040 W. Eliot Kimber
drmacro Send Email
Dec 6, 2004
9:00 pm
... Still can't understand exactly what you're trying to do--if there was HTML formatting I only view mail as plain text. Can you do a pure text representation...
6041 C. Myers
ccmyers98 Send Email
Dec 6, 2004
9:01 pm
Thanks for your hint of using nested block-container. I got it solved. -- Ching "W. Eliot Kimber" <ekimber@...> wrote: ... The attachment...
6042 C. Myers
ccmyers98 Send Email
Dec 6, 2004
11:43 pm
Hi, I need to use the column-width as a base variable to derive another value dynamically, I tried to use the function of "from-table-column()", it didn't...
6043 C. Myers
ccmyers98 Send Email
Dec 6, 2004
11:48 pm
Sorry that I used the wrong subject in my last posting. ... __________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile...
6044 Chris Bowditch
bowditch_chris@... Send Email
Dec 7, 2004
9:23 am
... The XSLT and XSLFO processes are separate, and the XSLFO process happens afterwards, so there is no way to get information from the XSLFO process into ...
6045 W. Eliot Kimber
drmacro Send Email
Dec 7, 2004
2:28 pm
... In a one-pass process. Using two passes you can, of course, do whatever you need, although it may not always be straightforward. Both XEP and XSL Formatter...
6046 CHRISTIE HOLLIS
theonlysugar... Send Email
Dec 7, 2004
2:48 pm
I have this: Page <fo:page-number/> of <fo:page-number-citation ref-id="theEnd"/> to show the page #'s in the after section. I also place <fo:block id="theBeg&quot;...
6047 Bharath Belagodu
bbelagodu Send Email
Dec 7, 2004
8:02 pm
Greetings. Is there a third party PDF Viewer and Printer outside of Adobe Reader? These are my current options and look for other suggestions from the group, ...
6048 Iceal Thaddeus Lim
ie_lim Send Email
Dec 7, 2004
9:05 pm
hi, have you tried http://xml.apache.org/fop/ its open-source :) ... __________________________________ Do you Yahoo!? All your favorites on one personal page...
6049 Werner Donné
werner.donne@... Send Email
Dec 8, 2004
9:11 am
XPDF is an option. http://www.foolabs.com/xpdf/home.html Werner. ... -- Werner Donné -- Re BVBA Engelbeekstraat 8 B-3300 Tienen tel: (+32) 486 425803...
6050 chiru11 Send Email Dec 8, 2004
4:52 pm
Hi, I am having problems using <rx:outline> and <rx:bookmark> even though I am using xep 4.0 and added xmlns:rx="http://www.renderx.com/XSL/Extensions&quot; to...
Messages 6021 - 6050 of 7448   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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