Re: Loggable NoClassDefFoundError in FOP 1.20.3 and WL 6.1

2002-03-11 Thread Peter B. West
Dowd, Brian wrote: HI, I am deploying a big EAR in WL 6.1 on solaris ... Brian, I assume this is for some clandestine eavesdropping operation. Peter

RE: page sequence of different last page and rest pages

2002-03-11 Thread Arved Sandstrom
Right now (unless someone snuck it in) "last" as a value for "page-position" is not implemented. The reason is, it's not so easy to do for the general case. For example, you can fairly easily imagine simple-page-masters for "rest" and "last" that put the processor into an infinite loop if the strat

RE: Different footers for one

2002-03-11 Thread Arved Sandstrom
Provided that different simple-page-masters are being used for the pages that are intended to have different footers, prepare the various static-contents that you'll need, and give them different names that map to corresponding region-after's in your various page-masters. Regards, AHS -Origin

[ANNOUNCEMENT] Fop 0.20.3 released

2002-03-11 Thread Christian Geisert
Doh, sorry for the previous mail (don't know what happened..) Hi all, just in case someone hasn't noticed yet ;-) FOP 0.20.3 is finally available at http://xml.apache.org/dist/fop for downloading. The main reason for this release is the conformance to the XSL-FO Version 1.0 W3C Recommendation. Othe

Re: Logger not set

2002-03-11 Thread Michael Engelhart
Hi all, Does it matter if I just ignore setting the logger? I already have an application built around using Log4J and it seems silly to instantiate another logging system just to output 3 lines every time I run FOP. I just want to make sure that there isn't anything critical to the setLogg

Logger not set

2002-03-11 Thread Michael Engelhart
Hi all, Does it matter if I just ignore setting the logger? I already have an application built around using Log4J and it seems silly to instantiate another logging system just to output 3 lines every time I run FOP. I just want to make sure that there isn't anything critical to the setLogg

Hi all, the second Release Candidate for 0.20.3 (Maintenance release) is finally available at http://xml.apache.org/dist/fop for downloading and testing. There will be no new functionality added and if no new bugs show up FOP 0.20.3 will be released next week (target date is 27. Februar ;-) Changes from previous Release Candidate: - Proper use of font encodings for "native" fonts Submitted by: Peter S. Housel (housel@acm.org) and Rainer Garus (rainer.garus@arcor.de) - jimi.jar removed for license reasons - Added "Printing from a servlet" example Submitted by: Ralph LaChance - make sure label-end() value gets calculated (fix for bug #6094, endless loop while processing list-item-label)) - Improved i18n support for AWT viewer (Japanese dialogs) Submitted by: Satoshi Ishigami (ishigami@victokai.co.jp) - Generated text is written in UTF-8 encoding instead of ISO-8859-1 - MIF output strings escaping (see bug #1332) Submitted by: Vicente Salvador (vicentesalvador@netscape.net) - Fixed NoSuchElementException in MIF renderer (Christian Geisert) - Added Polish Hyphenation based on TeX hypenation Submitted by: Marcin Kuthan [M.Kuthan@elka.pw.edu.pl] - Added greek Hyphenation Submitted by: Dimitris Kamenopoulos - Added hungarian Hyphenation Submitted by: Simon Geza Just a reminder: This version has been updated to XSL 1.0 Recommendation syntax and requires JDK 1.2 or better. [ANNOUNCEMENT] Fop 0.20.3 released

2002-03-11 Thread Christian Geisert
Hi all, just in case someone hasn't noticed yet ;-) FOP 0.20.3 is finally available at http://xml.apache.org/dist/fop for downloading. The main reason for this release is the conformance to the XSL-FO Version 1.0 W3C Recommendation. Other changes include: - support for CMYK and embedded ICC profile

page sequence of different last page and rest pages

2002-03-11 Thread Peter Velichko
Hi! Please suggest how can I create page sequence of different last page and rest pages with FOP 0.20.3. The following code ship is not work correctly unfortunately :( Thank you in advance Peter Velichko

Multiple rows and cols

2002-03-11 Thread Mathy V Arumugam
I have a 19 by 20 cells table. What is the efficient way to do it? I have this in. xsl but having trouble converting to .fo

Need help in making FOP work w/ ASP

2002-03-11 Thread MARTIN Franck
Hello everybody, I'm trying to parse an XML document with its XSL stylesheet using FOP in an ASP. I successfully generated a pdf file with jBuilder but i can't figure out why it won't work with my asp page. I just don't know what's the right way to do things. I have unpacked all the jar files in

table-cell vertical-align="bottom"?

2002-03-11 Thread Costantino Sertorio
As it appears from the template below, I'm desperately trying to align a table cell's content to the bottom. It seems to me that the vertical-align ="bottom" property does not work? Or what is wrong with my code? Thanks in advance! Costantino

XML to AFP

2002-03-11 Thread Igor_Nikolaev
Hi All, I'm looking for a way to produce AFP (IBM's Advanced Function Presentation) file from XML. I know that there is commercial products like DI Pager. I also can produce PDF or PostScript file and then convert it to AFP format. But may be somebody knows a simpler way. Thank you in advance,

Different footers for one

2002-03-11 Thread Peter Velichko
Hi! Please advise how can I use footers of different size and content for one ? Many thanks in advance Peter Velichko

SV: problems with fo:external-graphic

2002-03-11 Thread Klosa Uwe
Hi, I've got a similar problem. When I use fo:external-graphic with FOP0.19.0 and Tomcat 3.2.4 it works without problem. But with FOP0.19.0 eller 0.20.x and Tomcat 4.0.2 it doesn't work. Is this a problem with Tomcat or with FOP? Uwe -Ursprungligt meddelande- Fran: Michael Schifferdecker

Loggable NoClassDefFoundError in FOP 1.20.3 and WL 6.1

2002-03-11 Thread Dowd, Brian
HI, I am deploying a big EAR in WL 6.1 on solaris and I am bundling FOP 1.20.3 with it, I am also including avalon 4.0 and logkit 1.0 jars within it as they are needed by fop.jar. Whenever I try to construct a "Driver()" class I get a NoClassDefFoundError on the org.apache.framework.logger.Log

problems with fo:external-graphic

2002-03-11 Thread Michael Schifferdecker
Hello all, I have a problem with fo:external-graphic. I use a Servlet to do PDF generation together with a test style sheet which produces FO-code in which the following fo:external-graphic is contained: ... ... When I use this under jBuilder with integrated Apache Tomcat 3.2 to include the GI