RE: br in XSLFO

2005-03-30 Thread Gang Li
Thanks everybody for the clarification! Got it working! Gang -Original Message- From: Partridge, Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 29, 2005 4:22 PM To: fop-users@xmlgraphics.apache.org Subject: RE: br in XSLFO If you don't want to nest blocks, you can just put a

br in XSLFO

2005-03-29 Thread Gang Li
Anybody know how can I get a line break like br in HTML? Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Build FOP

2005-03-22 Thread Gang Li
Dumb question asked again and again. But I seem to have problems rebuilding 0.20.5 source code. Following is the error message I got. I am trying to add Bookman Old Style font to support my PDF. BUILD FAILED file:C:/AppDown/fop-0.20.5/build.xml:438: java.lang.ClassNotFoundException:

RE: Build FOP

2005-03-22 Thread Gang Li
: Gang Li Sent: Tuesday, March 22, 2005 10:41 AM To: fop-users@xmlgraphics.apache.org Subject: Build FOP Dumb question asked again and again. But I seem to have problems rebuilding 0.20.5 source code. Following is the error message I got. I am trying to add Bookman Old Style font to support my PDF

RE: Build FOP

2005-03-22 Thread Gang Li
=MSGothic style=normal weight=normal/ font-triplet name=MSGothic style=normal weight=bold/ /font Instead of localhost you can use the servername where the fonts are located.. Thanks Manoj Gang Li [EMAIL PROTECTED]To: fop-users

RE: Build FOP

2005-03-22 Thread Gang Li
Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 22, 2005 1:44 PM To: fop-users@xmlgraphics.apache.org Subject: RE: Build FOP -Original Message- From: Gang Li [mailto:[EMAIL PROTECTED] Hi, Dumb question asked again and again. Reminds me of a saying

RE: Build FOP

2005-03-22 Thread Gang Li
If this doesn't work. Can we somehow use the BaseDir to point it to the absolute path to the TTF file packaged with FOP? variable name=BaseDir select=location/ font metrics-file=$BaseDir/fonts/msgothic.xml embed-file=$BaseDir/fonts/msgothic.TTF kerning=yes Is this possible? Gang

RE: Build FOP

2005-03-22 Thread Gang Li
Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 22, 2005 4:33 PM To: fop-users@xmlgraphics.apache.org Subject: RE: Build FOP -Original Message- From: Gang Li [mailto:[EMAIL PROTECTED] Hi, I thought it was an ANT problem. I am using ant 1.6.2

fo:leader

2005-03-03 Thread Gang Li
I want to insert a line in the table row to make it like following. I used following code but since it is in a table row, the space above the line is just too big, is there any other way I can implement this? Or can I set some property to reduce that space? TIA! Gang fo:block fo:leader

RE: XSLTInputHandler setParameter

2005-01-31 Thread Gang Li
, that's what I wanted! Gang -Original Message- From: Glen Mazza [mailto:[EMAIL PROTECTED] Sent: Monday, January 31, 2005 2:42 PM To: [EMAIL PROTECTED] Subject: Re: XSLTInputHandler setParameter --- Gang Li [EMAIL PROTECTED] wrote: Has anybody had problem with XSLTInputHandler's

RE: XSLTInputHandler setParameter

2005-01-31 Thread Gang Li
setParameter --- Gang Li [EMAIL PROTECTED] wrote: Has anybody had problem with XSLTInputHandler's setParameter method? It's usually best to forget about XSLTInputHandler, and just use JAXP[1] instead. Also note this example has a setParameter() call to show you how parameters work with FOP. [1