cvs commit: xml-fop/src/org/apache/fop/datatypes ColorType.java

2001-06-28 Thread keiron
keiron 01/06/28 01:04:46 Modified:src/org/apache/fop/datatypes ColorType.java Log: cleaned up a bit Revision ChangesPath 1.14 +5 -130xml-fop/src/org/apache/fop/datatypes/ColorType.java Index: ColorType.java

cvs commit: xml-fop/docs/examples/svg external.fo embedding.fo

2001-06-28 Thread keiron
keiron 01/06/28 01:06:01 Modified:docs/examples/svg external.fo embedding.fo Log: added some more info, examples Revision ChangesPath 1.2 +30 -0 xml-fop/docs/examples/svg/external.fo Index: external.fo

RE: Problem using embedded fop with xml and xsl input

2001-06-28 Thread Emmanuel Dupouy
You can use Saxon as XSLT parser. With the extended tag output method=fop:fop href=filename.pdf/ you can embed your call to fop in the xslt. Emmanuel -Message d'origine- De : Erik Rehrmann [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 28 juin 2001 11:39 À : Fop-Dev (E-Mail) Objet : Problem

RE: Dynamic select in xsl:for-each?

2001-06-28 Thread Michiel Verhoef
Hi all, Thanks. I must have been dreaming or something because I found myself this solution in a jiffy (after a good night's rest that is). Thanks again for the effort, Cheers, Michiel $ -Original Message- $ From: Jarno Elovirta [mailto:[EMAIL PROTECTED]] $ Sent: donderdag 28

different labels on the bottom of the first and second pages

2001-06-28 Thread Gabrovsky, Ivaylo
Hi, I have a problem how to show labels on the very bottom of the page. The label on first and second page need to be different and not to exist on every other pages. I tried to do this with footnote, it is good for first page. I do not know how to understand conditionally that I an on second

External Image

2001-06-28 Thread Hoang Nam
Hello, When I use external-graphic, the images is embedded in the PDF. But I 'd like to use the images as an external link to the image file and not as an image embedded in PDF . So , I can for exemple, reduce the size of the file. Could sombody tell me whether it is possible or show me how

java.lang.SecurityException: sealing violation

2001-06-28 Thread Cannon, Scott
Any idea why I would get this error: java.lang.SecurityException: sealing violation when executing the following: import java.io.*; import org.apache.fop.apps.*; import org.w3c.dom.*; import org.xml.sax.*; public class testing2 { public static void main(String[] args) {

Patch for bug 2243 - extra space at the beginning of next line after line feed

2001-06-28 Thread Rainer Garus
In the case of white-space-collapse=false in LineArea.AddText the position of the line feed character is returned. So the next line starts at the position of the line feed character (bug 1). All white space characters at the begin of a line are handled as spaces (bug 2). Another bug is that lines

Re: Memory leaks when using FOP 0.19.0 many times

2001-06-28 Thread Arved Sandstrom
On Wednesday 27 June 2001 13:35, Mikko Honkala wrote: Dear FOP developers, it seems that there is significant memory leaks in FOP. There must be some static structures which keep collecting objects. Attached is a simple java program, which converts readme.fo - readme.pdf 100 times in a

Re:

2001-06-28 Thread FOP-Support
aha! I never realized that multiple users could be running fop Ok, this means that across multiple instances of FOP running, there should still be only one buffer-manager, which allocates system resources. In that case it might not be a bad idea to seperate the buffering into a thread that