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 2802 - 2832 of 7448   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2802 stclaus_imi <cunsa...
stclaus_imi Send Email
Jan 29, 2003
6:52 am
hi, i have downloaded and installed Apache FOP. I have played with it for sometime. but, my problem is that i have to go to the directory where my fop is to...
2803 stclaus_imi <cunsa...
stclaus_imi Send Email
Jan 29, 2003
7:19 am
i read a tutorial about xslfo. it has : <fo:page-sequence master-name="contents&quot; ..... when i read other tutorial it uses master-reference attribute for ...
2804 Oleg Tkachenko
olegtk Send Email
Jan 29, 2003
8:14 am
... Have you looked at fop.bat? FOP is regular java standalone application and can be run from any directory provide you've got all required jars in the...
2805 Oleg Tkachenko
olegtk Send Email
Jan 29, 2003
8:16 am
... Last one is correct. First one is based on XSL Candidate Recommendation syntax and hence is a little bit obsolete. -- Oleg Tkachenko eXperanto team ...
2806 eldlejon <eldlejon...
eldlejon Send Email
Jan 29, 2003
10:50 am
Is there any way to align numbers by the decimal point in a column? For example 12, 5.25, 1.8, .33 and 0, should be aligned as follows: 12 5.25 1.8 .33 0 Any...
2807 eldlejon <eldlejon...
eldlejon Send Email
Jan 29, 2003
10:53 am
Alright, so my message looked ok in the preview, but the posted version didn't preserve the alignment. Anway, I think you get the idea. /Lars ... column?...
2808 Ovidiu Pop
ov1one Send Email
Jan 29, 2003
10:55 am
Try to make an XSLT template to handle numbers formatting. Ovi ... __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus -...
2810 eldlejon <eldlejon...
eldlejon Send Email
Jan 29, 2003
1:07 pm
Padding everything to the same number of decimals then? So that 12 would become 12.00, and .00 painted using the same color as the background, then right-align...
2811 Ovidiu Pop
ov1one Send Email
Jan 29, 2003
1:32 pm
A solution would be to work with <block margin-left="margin&quot; ... and compute margin depending on number ... __________________________________________________ ...
2812 eldlejon <eldlejon...
eldlejon Send Email
Jan 29, 2003
2:02 pm
Woudn't that involve knowing the width of the current font? How do you get hold of that? I'm trying to get a "padding with 'invisible&#39; characters solution"...
2813 Nikolai Grigoriev
grig@... Send Email
Jan 29, 2003
2:11 pm
Hi, ... This will depend on font metrics, and can hardly be accurate. A simpler alternative is to use a nested table. Something like this (untested): ...
2814 eldlejon <eldlejon...
eldlejon Send Email
Jan 29, 2003
3:25 pm
Thanks!! With some modifications to allow for other delimiters I ended up with this (tested and working): <xsl:template name="delimiter-aligned"> <xsl:param...
2815 W. Eliot Kimber
drmacro Send Email
Jan 29, 2003
3:42 pm
... No help for the moment, but the FO specification does allow the value of text-align within table cells to be a string on which text in the cells will...
2816 eldlejon <eldlejon...
eldlejon Send Email
Jan 29, 2003
4:11 pm
I am using a five column layout on my page using <fo:region-body region-name="main-body" column-count="5"/>. On the page I am displaying a table with a few...
2817 W. Eliot Kimber
drmacro Send Email
Jan 29, 2003
4:19 pm
... In XSL 1.0 you cannot span only some of the columns in a multi-column page--you must span all or none (although you can use absolutely positioned blocks to...
2818 eldlejon <eldlejon...
eldlejon Send Email
Jan 29, 2003
5:23 pm
Unfortunately <fo:block-container absolute-position="absolute&quot; top="100mm&quot; left="100mm&quot; bottom="50mm" right="200mm"> does not seem to be supported in FOP...
2819 W. Eliot Kimber
drmacro Send Email
Jan 29, 2003
5:54 pm
... No, absolutely-positioned containers do not affect anything else on the page--that is, blocks do not flow around an absolutely-positioned area the way they...
2820 mailbingwu <yibing...
mailbingwu Send Email
Jan 29, 2003
6:00 pm
While researching tools that can help us authoring documents, I came upon Atolva's XMLSPY v5, which came with a Stylesheet Designer. I downloaded a trial...
2821 Roland Neilands
rneilands@... Send Email
Jan 30, 2003
6:08 am
... Should work if you use -> position="absolute" Cheers, Roland...
2822 ovi <ov1one@...>
ov1one Send Email
Jan 30, 2003
9:50 am
Which xsl-fo processors have implemented this attribute? Ovi...
2823 Chris Bowditch
bowditch_chris@... Send Email
Jan 30, 2003
1:51 pm
Antenna House's XSL Formatter and RenderX's XEP FOP does not implement it ... _________________________________________________________________ It's fast, it's...
2824 Whitney, Dan (FPDG)
dbfwhitney Send Email
Jan 30, 2003
9:26 pm
Am using fop 0.20.4 (on windows 2000). Came back after a couple of weeks break and something is perplexing me. Use external parsed entities. My xml file...
2825 narinder_g <narind...
narinder_g Send Email
Jan 31, 2003
1:32 pm
hi I am using XSL formatter 2.3 version. I have some inline equations where you have to put subscript as well as a superscript. If i put the subscript first...
2826 narinder_g <narind...
narinder_g Send Email
Jan 31, 2003
2:10 pm
Hi The examples do not look the way in the message window as I typed. The multiple spaces have collapsed. Anyway, is there anything horizontal shift like...
2827 Klaas_Bals@...
klaasbals Send Email
Jan 31, 2003
3:45 pm
Seems like MathML may solve your problem in a clean way because it allows you to define more complex mathematical formula's. And AntennaHouse does support...
2828 hallmanchuck <chal...
hallmanchuck Send Email
Jan 31, 2003
8:31 pm
I am new to FO. What I have is my xsl-region-before prints a header at the top of each page based on information obtained in my xml file. As I traverse the xml...
2829 W. Eliot Kimber
drmacro Send Email
Jan 31, 2003
8:40 pm
... fo:marker is the solution. There should be samples in Dave Pawson's FAQ, but here's the basic idea: <xsl:template match="section/title&quot;> <fo:block> ...
2830 Oleg Tkachenko
olegtk Send Email
Jan 31, 2003
8:42 pm
... http://www.dpawson.co.uk/xsl/sect3/bk/ch12.html#d0e5574 -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel...
2831 hallmanchuck <hall...
hallmanchuck Send Email
Jan 31, 2003
8:45 pm
thank you kindly.. I'll give this a shot ... header ... file. ... node ... that ... morning ... problem. ... similar ... or ... FAQ, ... which is ... boundary...
2832 narinder_g <narind...
narinder_g Send Email
Feb 1, 2003
5:32 am
Hi Klaas, XSL formatter uses MathPlayer to render mathml and the output is in form of an image. this and table using colspan will help for block equations but...
Messages 2802 - 2832 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