RE: Please Help

2002-06-24 Thread Argyn Kuketayev
try fo:table -Original Message- From: Max Dcosta [mailto:[EMAIL PROTECTED] Sent: Monday, June 24, 2002 10:19 AM To: [EMAIL PROTECTED] Subject: Please Help Dear Guys, Can you pls help me by telling me how to get an output like this: Room Number: 255 xxx:

RE: Please Help

2002-06-24 Thread Argyn Kuketayev
-Original Message- From: Max Dcosta [mailto:[EMAIL PROTECTED] Sent: Monday, June 24, 2002 10:22 AM To: '[EMAIL PROTECTED]' Subject: RE: Please Help is there a way without using tables. Is there anything which will help me push that xsl:value-of select value to the right. I

fo:marker - how to show the broken secion on the next page

2002-06-22 Thread Argyn Kuketayev
I have a block. Whenever the page breakes it, I want to show its title on the continuing page. I tried fo:marker. Unfortunately, it doesn't do what I want. I tried different bounadries and positions, but none of them works. It shows me the block which was started on the page, it doesn't see the

RE: performance problem renedering nested fo-tables

2002-06-21 Thread Argyn Kuketayev
that FOP slows down a lot. But: Maybe it's your browser that's slowing down. I did my tests from a command-line tool, since it wouldn't be very fair to blame FOP only because IE is a lame duck... Kurt -Message d'origine- De : Argyn Kuketayev [mailto:[EMAIL PROTECTED] Envoyé : samedi

RE: DOM or SAX?

2002-06-18 Thread Argyn Kuketayev
u were right, Saxon wasn't any faster with my PDF generation. -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Monday, June 17, 2002 6:52 PM To: [EMAIL PROTECTED] Subject: Re: DOM or SAX? Argyn Kuketayev wrote: Are you sure the parser is the bottleneck

RE: DOM or SAX?

2002-06-17 Thread Argyn Kuketayev
thanks. when I run FOP with dumping option, it says that SAX parser is used. I use FOP with the hacked up AElfred parser distributed with Saxon regularly. what's the fastest parser in your opinion? we are facing performance problems, I've to speed up the current configuration 4 times, or at

RE: DOM or SAX?

2002-06-17 Thread Argyn Kuketayev
Are you sure the parser is the bottleneck? no. I'm not sure. But I want to try another parser first, since it seems the easiest thing to do. I didn't find how to configure FOP to run with parsers from Saxon 6.5.2 distribution. Can I get any help on that? Argyn

RE: unicode problem

2002-05-16 Thread Argyn Kuketayev
Unicode is Ok in your example. I guess, your issue is with fonts. -Original Message- From: Henrik Holle [mailto:[EMAIL PROTECTED] Sent: Thursday, May 16, 2002 10:46 AM To: [EMAIL PROTECTED] Subject: unicode problem hi, i have an java string with an greek alpha letter. i do

RE: step-by-step instructions how to print Chinese in PDF?

2002-05-12 Thread Argyn Kuketayev
be for an ideographic font. Peter Argyn Kuketayev wrote: I'm using Cocoon 2.0.1. here's what I put inside my userconfig.xml font metrics-file=c:\fop-0.20.3\msminch.xml font-triplet name=Arial style=normal weight=normal / font-triplet name=Arial style=normal weight=bold / font-triplet

RE: step-by-step instructions how to print Chinese in PDF?

2002-05-10 Thread Argyn Kuketayev
that my XML-FO file is Ok. All fonts are on my PC, so I can see Chinese in Internet Explorer. What shall I look into to find my problem? Argyn -Original Message- From: Argyn Kuketayev [mailto:[EMAIL PROTECTED] Sent: Friday, May 10, 2002 5:37 PM To: '[EMAIL PROTECTED]' Subject: RE

RE: step-by-step instructions how to print Chinese in PDF?

2002-05-09 Thread Argyn Kuketayev
-Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 07, 2002 5:02 PM To: [EMAIL PROTECTED] Subject: Re: step-by-step instructions how to print Chinese in PDF? Argyn Kuketayev wrote: I have to print documents with Chinese (and other languages

step-by-step instructions how to print Chinese in PDF?

2002-05-07 Thread Argyn Kuketayev
I have to print documents with Chinese (and other languages). I couldn't find a clear instruction how to do it. Can anybody help? \fop-0.20.3\docs\examples\advanced folder didn't help me much. thanx, Argyn

RE: spna=all didn't work for fo:cell

2002-04-16 Thread Argyn Kuketayev
] Subject: Re: spna=all didn't work for fo:cell Argyn Kuketayev wrote: this didn't work either :( fo:table-row fo:table-cell fo:block span=all margin-left=2cmfo:inline font-weight=boldCOMMENTS: /fo:inlinexsl:value-of select=COMPONENT_ID//fo:block/fo:table-cell /fo:table-row

spna=all didn't work for fo:cell

2002-04-15 Thread Argyn Kuketayev
I had to put number-columns-spanned=100 instead of span=all in fo:column element, because the latter didn't work. is it a bug? thanks, Argyn

RE: spna=all didn't work for fo:cell

2002-04-15 Thread Argyn Kuketayev
correction: I meant fo:cell when wrote fo:column -Original Message- From: Argyn Kuketayev [mailto:[EMAIL PROTECTED] Sent: Monday, April 15, 2002 5:29 PM To: '[EMAIL PROTECTED]' Subject: spna=all didn't work for fo:cell I had to put number-columns-spanned=100 instead

RE: spna=all didn't work for fo:cell

2002-04-15 Thread Argyn Kuketayev
: Monday, April 15, 2002 6:47 PM To: [EMAIL PROTECTED] Subject: Re: spna=all didn't work for fo:cell Argyn Kuketayev wrote: I had to put number-columns-spanned=100 instead of span=all in fo:column element, because the latter didn't work. is it a bug? From the spec at http://www.w3

templates for tables: to generate custom tables from the generic template

2002-04-10 Thread Argyn Kuketayev
The idea: to have specific.xsl and generic.xsl file. specific.xsl has templates to convert XML into xsl:fo file using templates from generic.xsl example: rowset row col1bla-bla/col1 col2di-da/col2 /row /rowset this will be converted into fo:table with two columns and column names

RE: Tables inside of tables

2002-04-10 Thread Argyn Kuketayev
So - the question is does anyone know if what I am doing (a table embedded in the cell of another table) is allowed ? [Argyn Kuketayev]YES

headers for tables and chapters spanning on two or more pages

2002-04-04 Thread Argyn Kuketayev
1. suppose I have a table. If this table continues on the next page, I want its column names be in the header of the second page. What's the best way to do it? 2. general issue: suppose I'm printing a report. It's content is an XML file, where row element contains rows, and every row has

RE: headers for tables and chapters spanning on two or more pages

2002-04-04 Thread Argyn Kuketayev
unfortunately, header doesn't appear on the next page :( sorry, it works in my Cocoon 2.0.2. but strangely, it didn't work with the command-line tool in my fop0.20.3 installation. thanx

RE: headers for tables and chapters spanning on two or more pages

2002-04-04 Thread Argyn Kuketayev
2. general issue: suppose I'm printing a report. It's content is an XML file, where row element contains rows, and every row has children, such as columns or nested rowsets. I put every row in a fo:block. Inside the block I may have blocks for row content, tables for nested rowsets,

RE: long words in table cells

2002-04-03 Thread Argyn Kuketayev
is there any other way to wrap cell text? like setting up table or column properties? thanks, Argyn -Original Message- From: Mathy V Arumugam [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 03, 2002 12:04 PM To: [EMAIL PROTECTED] Subject: Re: long words in table cells The

how to print page count ?

2002-04-02 Thread Argyn Kuketayev
I've to print page X of Y, where Y is a total number of pages. how?

RE: how to print page count ?

2002-04-02 Thread Argyn Kuketayev
thank you, guys. it works. I thought it had to be a standard formatting property for fo:page-number -Original Message- From: Argyn Kuketayev [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 02, 2002 4:28 PM To: [EMAIL PROTECTED] Apache. Org (E-mail) Subject: how to print page count