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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 3386 - 3415 of 7443   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3386
... set the font-family="ZapfDingbats" which is one of the standard 14 fonts, so you don't need to configure any custom fonts. ...
Chris Bowditch
bowditch_chris@...
Send Email
May 1, 2003
8:36 am
3387
... Precisely. The commas are getting in your way. Using translate() you can remove the commas and obtain a value suitable for summing. ... It involves...
G. Ken Holman
g_ken_holman
Offline Send Email
May 1, 2003
9:27 am
3388
Thanks to all that replied... I have to do this programmatically on the fly, so I don't think I can use the Quite product, nor can I use the n-up finction in...
Stu Weitzman
s2w
Offline Send Email
May 1, 2003
2:30 pm
3389
... Unfortunately, no. Cheers, E. -- W. Eliot Kimber, eliot@... Consultant, ISOGEN International 1016 La Posada Dr., Suite 240 Austin, TX 78752 Phone:...
W. Eliot Kimber
drmacro
Online Now Send Email
May 1, 2003
3:06 pm
3390
... No, there is no way to do math with <fo:page-number/>. But ... since you want automation ... I have been unable to find a Windows-based version of the...
G. Ken Holman
g_ken_holman
Offline Send Email
May 1, 2003
3:48 pm
3391
... Sorry, I meant could you please post information about it (not it itself) to the list: I'm looking for a Windows implementations supporting both A4 and...
G. Ken Holman
g_ken_holman
Offline Send Email
May 1, 2003
3:53 pm
3392
Hi, How do I wrap text (text without any spaces in between) within a block. I know about the wrap-option. But that works only when we have spaces in between...
duyee
Offline Send Email
May 2, 2003
6:14 pm
3393
Just a quick announcement to those interested in hands-on XSLT and/or XSL-FO training in North America: our next public delivery scheduled for June 16-20 is at...
G. Ken Holman
g_ken_holman
Offline Send Email
May 2, 2003
9:37 pm
3394
What is the best site to download ttf's ? I'm looking for ZapDingbats.ttf? Thanks, sateesh...
duyee
Offline Send Email
May 4, 2003
1:26 pm
3395
... The only sure way is to insert zero-width space characters at reasonable break points (which could, I suppose, be between every character if you wanted)....
W. Eliot Kimber
drmacro
Online Now Send Email
May 5, 2003
9:16 am
3396
Hi, does anyone know of an xbean that produces a pdf, I am using the xbeanengine and want to produce pdf of our brochure on the web based on what the user...
virtualrachel2003
virtualrache...
Offline Send Email
May 5, 2003
6:18 pm
3397
Hi! Anyone has a clue about this exception ??? java.lang.ArrayIndexOutOfBoundsException at org.apache.fop.fo.flow.TableRow$CellArray.getNextFreeCell ...
duyee
Offline Send Email
May 5, 2003
9:34 pm
3398
... That is probably a FOP bug. Post this question to the fop-user list: http://xml.apache.org/fop/resources.html#mailing-lists-fop-user Be sure to mention...
Victor Mote
victormote
Offline Send Email
May 5, 2003
10:35 pm
3399
I am developing a web site based on java/xml/xsl and have been asked to develop an app that automatically generates pdf brochures from user selected content....
virtual rachel
virtualrache...
Offline Send Email
May 5, 2003
10:42 pm
3400
... Why do you need ZapfDingbats? Its one of the standard 14 fonts you get for free with every XSL-FO Formatter. Just specify font-family="ZapfDingbats" Chris ...
Chris Bowditch
bowditch_chris@...
Send Email
May 6, 2003
7:58 am
3401
Hi all! I'm trying to transform an XSL-FO file to PDF in a servlet with FOP embedded. I'm using FOP 0.20.4, JDK 1.4.0 and Tomcat 4.0.2. Everything works, but...
John Walker
dtd2050
Offline Send Email
May 6, 2003
7:59 am
3402
... I admit it is strange that FOP is looking for a SVG class when your image is Jpg. Make sure you have Batik.jar in your classpath. It comes with the FOP ...
Chris Bowditch
bowditch_chris@...
Send Email
May 6, 2003
8:06 am
3403
Hi Chris! Yes, I have batik.jar in the classpath but still doesn't work. Thank you for the reference to FOP user list. I'll send there my question. ... ...
John Walker
dtd2050
Offline Send Email
May 6, 2003
8:44 am
3404
Do you have your xsl:fo for this? Cant remember top off my head .. but have encountered this before and it was bcos my xsl:fo was not handling the complete xml...
PRAVEEN SAM
sampraveen
Offline Send Email
May 6, 2003
11:11 am
3405
Hi Chris, that didn't work for me. I get the following error. [ERROR] unknown font ZapDingbats,normal,bold so defaulted font to any I need to display a check...
sateesh pula
duyee
Offline Send Email
May 6, 2003
1:19 pm
3406
... You have put "ZapDingbats" but the actual font name is "ZapfDingbats" Note the "f", which may look like a typo, but this the name of the font. Chris ...
Chris Bowditch
bowditch_chris@...
Send Email
May 6, 2003
1:59 pm
3407
Hi, what would be the best solution to directly print from an application using FOP (0.20.4/5)? I tried the AWTRenderer, but it renders inaccurately since it...
guardian0815de
Offline Send Email
May 6, 2003
2:44 pm
3408
Hi, I am using fop 0.20.4. I need to display some values in a table. I have declared a table with 5 columns. If I have more than 5 values, I need to display...
duyee
Offline Send Email
May 6, 2003
3:19 pm
3409
Hi, I don't know if this is the proper group to ask this question in, but I don't know where else I can find an answer. I keep getting an error when using the...
Frank
mrkappachi
Offline Send Email
May 6, 2003
7:35 pm
3410
one thing you need is an xsl:choose wrapped around the xsl:when code .. ... From: Frank [mailto:mrkappachi@...] Sent: Tuesday, May 06, 2003 3:31 PM To:...
Hallman, Chuck (NIH/N...
hallmanchuck
Offline Send Email
May 6, 2003
7:38 pm
3411
The problem is obvious: you use a xsl:when without the xsl:choose. The correct structure must be: <xsl:choose> <xsl:when</xsl:when> ...
Reyserhove, Bart
treysie
Offline Send Email
May 7, 2003
7:23 am
3412
Plz help, I need to align two texts into a fo:block structure, one to left and the other one to right ... I've tried something like this: <fo:block...
Daniel
danieldas_ro
Offline Send Email
May 8, 2003
7:35 am
3413
Hi all I'm creating a XML and XSL file with images and text inside I would like to automate the resize of too big images.. My image could be bigger than the...
Rahul Nadkarni
rahulnadk
Offline Send Email
May 9, 2003
6:46 am
3414
... At the moment, not with a proprietary extension--the XSL sped as written requires scaled graphics to always be scaled. This is a known problem with the...
W. Eliot Kimber
drmacro
Online Now Send Email
May 9, 2003
10:05 pm
3415
... A common requirement ... addressed using a combination of a leader and justified text alignment. ... A working example is below. Note that when justifying...
G. Ken Holman
g_ken_holman
Offline Send Email
May 10, 2003
7:15 pm
Messages 3386 - 3415 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