Re: Letter in xsl

2005-11-22 Thread Ail Sahin
Thanks a lot, I'm gonna trying it right now. Glen Mazza schrieb: Ail Sahin wrote: One 'page' is one customer with its n-Vouchers. The first page should contain receipient address, subject, columnnames, text etc and the list of vouchers. That works fine but when there are many vouchers, a

Re: XSL Question

2005-11-22 Thread Mike Ferrando
Glen M., Could you post some of your XML source document (maybe a bigger chunk). Could you then give us an example of what the output is supposed to look like if everything went perfectly? Thanks, Mike Ferrando Library Technician Library of Congress Washington, DC 202-707-4454 --- Glen Mazza

Re: XSL Question

2005-11-22 Thread Mike Ferrando
Glen M., Sorry. Mike Ferrando Library Technician Library of Congress Washington, DC 202-707-4454 --- Glen Mazza [EMAIL PROTECTED] wrote: Mike Ferrando wrote: Glen M., Could you post some of your XML source document (maybe a bigger chunk). I'm not the one who asked the question.

FOP producing BLANK PDFs on 1 of 4 servers

2005-11-22 Thread Simon Burton
We are using the latest fop version (0.20.5) and have a working solution (apache/cocoon/fop using xsl stylesheet and xml to create a PDF served up directly in the browser) on 3 of our servers but when running against the 4th server the PDF is always blank. A PDF is served in the browser via

RE: Long Table repeat header

2005-11-22 Thread Prakash R
Isn't it true that fo:retrieve-marker can only be used within a fo:static-content? If so, how will this work? Are there any other options? Thank you. Prakash --- Sascha Schmidt [EMAIL PROTECTED] wrote: Hi, fo:marker and fo:retrieve-marker are your best friends here. Example: fo:flow

RE: Long Table repeat header

2005-11-22 Thread Prakash R
Isn't it true that fo:retrieve-marker can only be used within a fo:static-content? If so, how will this work? Are there any other options? Thank you. Prakash --- Sascha Schmidt [EMAIL PROTECTED] wrote: Hi, fo:marker and fo:retrieve-marker are your best friends here. Example: fo:flow

RE: Long Table repeat header

2005-11-22 Thread Sascha Schmidt
Hi, Yes, you are right, the specification says An fo:retrieve-marker is only permitted as the descendant of an fo:static-content.. But nevertheless it works with FOP 0.20.5. ;-) But maybe the FOP extension (already mentioned by Pascal Sancho) is a cleaner solution:

Re: FOP producing BLANK PDFs on 1 of 4 servers

2005-11-22 Thread Jeremias Maerki
You don't say what JDK you're using. Maybe changing that will help. Or changing the webcontainer. As you figured out yourself, this could be a platform problem. To rule out that it's a FOP problem you could try to deploy the FOP sample servlet (in the examples/servlet directory in the 0.20.5

Re: FOP producing BLANK PDFs on 1 of 4 servers

2005-11-22 Thread J.Pietschmann
Simon Burton wrote: We are using the latest fop version (0.20.5) and have a working solution (apache/cocoon/fop using xsl stylesheet and xml to create a PDF served up directly in the browser) on 3 of our servers but when running against the 4th server the PDF is always blank. A PDF is served in

Re: Long Table repeat header

2005-11-22 Thread Jeremias Maerki
static-content is usually layed out after the region-body. Only after a region-body is fully processed do you know which elements are on the page and therefore which markers apply. Since markers can contain content of variable height, different content would have an influence on the layout in the

[ANNOUNCEMENT] Apache FOP 0.90 alpha 1 released

2005-11-22 Thread Jeremias Maerki
The Apache FOP team is excited to announce the release of Apache FOP 0.90 alpha 1, the first preview release after over three years of redesign and after two and a half years without a new release. Apache FOP is the Apache Software Foundation's XSL-FO implementation written in Java with support

Re: Long Table repeat header

2005-11-22 Thread Glen Mazza
There's a nice new critter in XSL 1.1, fo:retrieve-table-marker[1][2], that appears to be the legal way of doing what is wanted here. But that will need to wait for implementation in the new version. Glen [1] http://www.w3.org/TR/xsl11/#fo_retrieve-table-marker [2]