Re: [ANNOUNCEMENT] FOP 0.20.4 Release Candidate available

2002-06-28 Thread J.Pietschmann
Costantino Sertorio wrote: Hallo Christian, I am wondering if the problem with the properties keep-with-next for blocks is now solved or not (feature currently officially "broken"). Am I right to understand that they are not solved in this release? Correct. Could you please let me know if they will

Re: [ANNOUNCEMENT] FOP 0.20.4 Release Candidate available

2002-06-28 Thread Costantino Sertorio
Hallo Christian, I am wondering if the problem with the properties keep-with-next for blocks is now solved or not (feature currently officially "broken"). Am I right to understand that they are not solved in this release? Could you please let me know if they will be solved maybe in the next-next r

Re: i18n support

2002-06-28 Thread J.Pietschmann
Kevin Yeung wrote: Thanks for your reply. I put some Chinese characters in an fo:block and I got this message: [ERROR]: An invalid XML character (Unicode: 0xa9) was found in the element content of the document. You have an encoding problem. This is a general XML issue, not specific to FOP. The enco

Re: external-graphic and ratio

2002-06-28 Thread J.Pietschmann
Rodolphe VAGNER wrote: Is it possible to apply a ratio on an image trhought an external-graphic fo element ? I mean I want to display a graphic at 1/3 its size for example. Can anyone help ? Thanks You can't scale a graphicto 1/3 or the original size. One problem is actually: what is the "original

Re: i18n support

2002-06-28 Thread Chuck Paussa
Kevin, There are a number of things you need to do to get Chinese (or the characters of any language) to display in your PDF documents. 1. The encoding of your stylesheet, or FO document must match the encoding of the embedded characters. That means that if you are embedding chinese multi-byt

Re: Generating an Index or Table of Contents

2002-06-28 Thread Florence Deforge
You can find a complete example on the w3 fo introduction page, http://www.w3.org/TR/xsl/slice6.html#fo-section, ยง6.6.1.1.4 ("Table of Contents with Leaders") - Original Message - From: "Thibodeaux, Paul" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 3:17 PM Su

Re: external-graphic and ratio

2002-06-28 Thread Florence Deforge
One solution may be to put the graphic inside a table - cell. The graphic will be scaled to the cell size. But it supposes that you know the width you want the graphic to be displayed It is the only solution I have found so far. Flo - Original Message - From: "Rodolphe VAGNER" <[EMAIL PR

external-graphic and ratio

2002-06-28 Thread Rodolphe VAGNER
Hello, Is it possible to apply a ratio on an image trhought an external-graphic fo element ? I mean I want to display a graphic at 1/3 its size for example. Can anyone help ? Thanks - Original Message - From: "J.Pietschmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, Jun

RE: How to Center a text in a table cell?

2002-06-28 Thread Max Dcosta
try reference-orientation feature for rotating the text vertically and then use the align attribute does that help -Original Message- From: Stefano Barella [mailto:[EMAIL PROTECTED] Sent: Friday, June 28, 2002 1:59 PM To: [EMAIL PROTECTED] Subject: How to Center a text in a table cell

Re: i18n support

2002-06-28 Thread jmao
Hi, Kevin, I have used FOP to produce Chinese document with Chinese content in original XML, but have not tried embeded Chinese characters in the xsl. Make sure you have encoding correct in your xsl since the xsl itself should be valid XML document. In my case the XML document has encoding="Big5"

RE: How to Center a text in a table cell?

2002-06-28 Thread Torsten Erler
try: Greeting Torsten > -Original Message- > From: Stefano Barella [mailto:[EMAIL PROTECTED] > Sent: Freitag, 28. Juni 2002 10:29 > To: [EMAIL PROTECTED] > Subject: How to Center a text in a table cell? > > > Hi, I'm Stefano and I have a problem > with xsl-fo tables. I don't know how

Re: How to Center a text in a table cell?

2002-06-28 Thread Ralf Steppacher
> I don't know how I can center a text verticaly in a cell table. Centered HTH Ralf

How to Center a text in a table cell?

2002-06-28 Thread Stefano Barella
Hi, I'm Stefano and I have a problem with xsl-fo tables. I don't know how I can center a text verticaly in a cell table. I know how to center the text horizontally But I'd like to do both. Can anybody help me ? My Example below : Bye

Re: i18n support

2002-06-28 Thread Jochen . Maes
damned... i'll check around meanwhile did you check the message archive? ( http://marc.theaimsgroup.com) check as wel the fop-dev, and the fop-user mailing list... i'll check around to.. ok? i never use chineese characters but there must be a solution for it :D greetings Jochen Maes ICT D

Re: i18n support

2002-06-28 Thread Kevin Yeung
Hi Jochen Thanks for your reply. I put some Chinese characters in an fo:block and I got this message: [ERROR]: An invalid XML character (Unicode: 0xa9) was found in the element content of the document. Any idea? Thanks & regards Kevin On Fri, 28 Jun 2002 [EMAIL PROTECTED] wrote: > Date: Fri, 2

Re: i18n support

2002-06-28 Thread Jochen . Maes
I'm not 100% sure, but if you embed the chineese fonts i think you might get it done... Check the docs for how to embed the fonts... Jochen Jochen Maes ICT Development KBC Securities (kbcsecurities.com) Havenlaan 12 Avenue du Port SIF 8683 B-1080 Brussels Belgium

i18n support

2002-06-28 Thread Kevin Yeung
Hi all I would like to know if FOP supports i18n. Can I embed Chinese characters in my XSL and export it to PDF? Thanks & regards Kevin

RE: co's in programlistingco always start on new line

2002-06-28 Thread David Cramer
This page is a good starting point: https://sourceforge.net/docman/display_doc.php?docid=10430&group_id=2193 5 David > > All I know is that I've seen working examples with callout > numbers at the > > end of teh same line AND inbetween letters at one exact > column position. > > Can somebody he