RE: Running the included XSL

2006-09-13 Thread Pascal Sancho
-Original Message- From: Susanta Dash [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 10:55 PM I posted my query on fop-users, but not sure anyone received or it's the right place for it or not! Can anyone let me know. Here is my problem: Here is the problem I'm

Re: formatting tables

2006-09-13 Thread paul
Jeremias Maerki dev at jeremias-maerki.ch writes: As Pascal already hinted, you'll have to use background-color=from-table-column() on each table-cell to apply the background color of a table-column to each cell of that column. so I'm trying, but it doesn't seem to work... I get neither a

Make Landscape default orientation

2006-09-13 Thread pavithra atrangada
HelloHow to make orientation default to Landscape using FOP while printingPlease help me out.ThanksPavithra

color and inherited-property-value()

2006-09-13 Thread Pascal Sancho
Hi, While teting %FOP_TRUNK%/examples/fo/basic/inhprop.fo, Line#137: color='inherited-property-value(background-color)' seems to not work properly: Color property gets the color inherited value Pascal - To unsubscribe, e-mail:

Loading external graphic from base url set with ServletContextURIResolver

2006-09-13 Thread Kai Mütz
Hi, there is an issue with ServletContextURIResolver which I do not really understand. It is not really a problem, because everything works fine excepting an error message in log file. Thus this mailing is more or less an information. I initialize fop with the following code: Fop fop = null;

RE: Re: formatting tables

2006-09-13 Thread Pascal Sancho
-Original Message- From: paul [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 13, 2006 10:20 AM Jeremias Maerki dev at jeremias-maerki.ch writes: As Pascal already hinted, you'll have to use background-color=from-table-column() on each table-cell to apply the background

Re: outputting TIFF-G images

2006-09-13 Thread Oliver Hernàndez Valls
Sorry if these questions are too obvious. En/na Jeremias Maerki ha escrit: One more thing: The TIFFRenderer currently uses the internal codecs from XML Graphics Commons to encode TIFF images. I understand you are talking about org.apache.xmlgraphics.image.codec.tiff.TIFFImageEncoder in the

JAXP and docbook-xsl Stylesheets

2006-09-13 Thread Don Adams
I am trying to use the JAXP Transformer in my Java code to translate valid docbook article XML into valid XHTML and FO XML. I am having a major problem with the use of the non-breaking space code #160; in the docbook-xsl stylesheets. The cause of the problem is perfectly described under 5. Be

Re: outputting TIFF-G images

2006-09-13 Thread Oliver Hernàndez Valls
Hi Jeremias, I've been working a little with your suggestions. What I have done is this little work: 1 -Extract code into a protected method to instantiate the BufferedImage that we paint on. This methods signature is: protected BufferedImage getBufferedImage(int bitmapWidth,

Re: JAXP and docbook-xsl Stylesheets

2006-09-13 Thread Simon Pepping
On Wed, Sep 13, 2006 at 11:06:36AM -0500, Don Adams wrote: I am trying to use the JAXP Transformer in my Java code to translate valid docbook article XML into valid XHTML and FO XML. I am having a major problem with the use of the non-breaking space code #160; in the docbook-xsl

Keeping tables together with FOP 0.92b

2006-09-13 Thread cknell
I' recently back to working with FOP. I have a document that consists of a number of tables with widely-varying numbers of rows. Sometimes several tables will fit entirely onto a single page, with others will span several pages. The problem I'm having involves those cases where a table almost

Re: [docbook-apps] JAXP and docbook-xsl Stylesheets

2006-09-13 Thread Jirka Kosek
Don Adams wrote: into valid XHTML and FO XML. I am having a major problem with the use of the non-breaking space code #160; in the docbook-xsl stylesheets. The cause of the problem is perfectly described under 5. Be careful with nonbreaking spaces on this web page:

Re: JAXP and docbook-xsl Stylesheets

2006-09-13 Thread Don Adams
Simon, A HUGE thank you! Yes, after spending hours trying to figure this out, all I needed to do was change this: transformer.setOutputProperty(OutputKeys.ENCODING,UTF-8); to this: transformer.setOutputProperty(OutputKeys.ENCODING,ISO-8859-1); -- Don This sounds like an encoding problem.

Performance Suggestions

2006-09-13 Thread Jonathan B. York
Hi, I'm using FOP 0.92beta with Sun's J2RE 1.4.2_12, running on Red Hat Enterprise Linux 4. I'm processing FO documents that are about 4-7 MB in size and it takes about 60 - 80 seconds to parse into PDF. This is how I'm calling FOP: export FOP_OPTS=-Xmx128m; export

Re: Make Landscape default orientation

2006-09-13 Thread J.Pietschmann
pavithra atrangada wrote: How to make orientation default to Landscape using FOP while printing Just swap height and width for the page master, for example fo:simple-page-master page-height=29.7cm page-width=21cm ... for A4 landscape (don't forget swapping margins and extents, references

Re: How to get the text be flowed to the next column

2006-09-13 Thread Susanta Dash
Hey guys, Are we on the same page yet? OR Am I making any mistake to understand how to layout this problem OR this feature ismissing entirely or in the build I'm using(0.20.5)? Thanks. On 9/13/06, Susanta Dash [EMAIL PROTECTED] wrote: Glen,Actually i've a paragraph(s) of text, ABC was just an

Re: How to get the text be flowed to the next column

2006-09-13 Thread Glen Mazza
Susanta, I think you're a victim of your earlier thread-hijacking, check this post: http://marc.theaimsgroup.com/?l=fop-userm=115812992904817w=2 Basically, I believe the reason why you are using tables is because XSL 1.0 does not provided the advanced layout functionality you want with

Re: Wrapping long character strings

2006-09-13 Thread Wyatt Tellis
Do you know if there are plans to update the XSL-FO standard to give better control over wrapping? It seems that something like this really shouldn't fall under the category of hyphenation. -Wyatt Jeremias Maerki wrote: overflow won't help here. wrap-option only controls whether to wrap or

RE: How to get the text be flowed to the next column

2006-09-13 Thread Susanta Dash
I appreciate your honest replies. This is for Pascal: As a workaround, you can try to play with fo:block-container in absolute position, but you have to cut the flow-text yourself. When you say cut the flow-text yourself, do you mean that I've to figure out the column breaks and explicitly