Re: How to convert HTML tags(rich text) into XML-FO?

2009-03-13 Thread gennady
. -Gennady Ferran Basora wrote: Hello, I have developed a simple example using namespaces: The XML: ?xml version=1.0 encoding=UTF-8? root nameTEST HTML-FO/name descripcion xmlns=http://www.w3.org/1999/xhtml;Pellentesque habitant morbi tristiquesenectus et netus et

Re: How to convert HTML tags(rich text) into XML-FO?

2009-01-27 Thread gennady
to accomplish this? Thanks so much for help. -Gennady Andreas Delmelle-2 wrote: On 26 Jan 2009, at 21:17, gennady wrote: Hi Gennady I have a basic task. The website has a text area to type some comments. Currently it's a regular text area and the text is appearing as is in generated

How to convert HTML tags(rich text) into XML-FO?

2009-01-26 Thread gennady
you have other suggestions? As a result, Yahoo JS will generate some HTML tags in this text. So how to convert those tags into PDF with FOP (how to interpret those tags)? Thank you, -Gennady -- View this message in context: http://www.nabble.com/How-to-convert-HTML-tags%28rich-text%29-into-XML-FO

How to use marker in order to print dynamic data into table-header?

2008-12-01 Thread gennady
to print dynamic data into table-header, like for item A, table header will be headerA, and so on, whatever I iterate through the for-loop. So is there a way how to make it in a single file, if it is supported? Let me know, if you need me to send a file, because, it's too big. Thank you, -Gennady

Re: Something weird - PDF output crashes when using Google map

2008-11-13 Thread gennady
Danke Andreas! I changed from %@ include to jsp:include and it works now. I'm not sure why extra condition causes that crash, but that change fixed the inclusion. -Gennady Andreas Delmelle-2 wrote: On 13 Nov 2008, at 03:56, gennady wrote: Hi This code works fine: snip / But when

Something weird - PDF output crashes when using Google map

2008-11-12 Thread gennady
(JDTCompiler.java :397) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:288) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:267) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:255) Why is that? Thank you, -Gennady -- View

Re: How to center horizontally 1 or 2 tables within other table?

2008-10-21 Thread gennady
, so you need it to specify only once at the root of the document. However, you have a text-align=left further down the document tree in your code below. Maybe that’s the origin of your problem. HTH, Vincent gennady wrote: Hi, Here is the snippet of the code that should print

How to center horizontally 1 or 2 tables within other table?

2008-10-20 Thread gennady
Email Also is there a way to print out generated FOP output after processing through the scriptlets code? Thank you, -Gennady fo:block text-align=center fo:table text-align=center table-layout=fixed

Re: I need fo:retrieve-table-marker example or how to implement continued label in FOP-95?

2008-09-02 Thread gennady
It's nice that some Europeans are willing to work for free! What incentives are you getting anyways? -Gennady Jean-François El Fouly wrote: Andreas Delmelle a écrit : I've set up a simple test case and, going through the stack trace, I guess it could be a simple bug fix, something like

How to make table cell wrap or to prevent it from overflowing/spanning out of page?

2008-08-30 Thread gennady
a lot for help. -Gennady -- View this message in context: http://www.nabble.com/How-to-make-table-cell-wrap-or-to-prevent-it-from-overflowing-spanning-out-of-page--tp19233216p19233216.html Sent from the FOP - Users mailing list archive at Nabble.com

Re: How to make table cell wrap or to prevent it from overflowing/spanning out of page?

2008-08-30 Thread gennady
Danke, Andreas! It works well when I put it in every single fo:block... -Gennady Andreas Delmelle-2 wrote: On Aug 30, 2008, at 15:07, gennady wrote: Hi Again, converting from FOP-0.20 to FOP-0.95 I ran into problem that long table cell data overflow into other columns and even

Re: I need fo:retrieve-table-marker example or how to implement continued label in FOP-95?

2008-08-27 Thread gennady
that was in FOP-0.20 extension. They should implement it back. -Gennady bonekrusher wrote: Hi gennady, A sample FO is attached. Good luck. Regards, gennady wrote: Can you post an example? Or send me email. But I would like the header to print continued..., not the rows. Here is the my

Re: I need fo:retrieve-table-marker example or how to implement continued label in FOP-95?

2008-08-26 Thread gennady
gennady wrote: Hi, I am new to FOP and I need to convert FOP-20 to FOP-95. In FOP-20 we used fox:extension continued label for the table header. So if it's 1st page - table header prints Subject. All next pages will have the same table header with Subject cont. printed. How can I do

I need fo:retrieve-table-marker example or how to implement continued label in FOP-95?

2008-08-25 Thread gennady
Hi, I am new to FOP and I need to convert FOP-20 to FOP-95. In FOP-20 we used fox:extension continued label for the table header. So if it's 1st page - table header prints Subject. All next pages will have the same table header with Subject cont. printed. How can I do it with latest FOP? Thank