Re: FOP with embeded SVG doesn't render at correct size in Cocoon

2004-03-04 Thread Steve Schwarz
Joerg, Sorry for the delay in replying... On 28.02.2004 19:18, Steve Schwarz wrote: Thanks for the info. I tried replacing the Cocoon jars: batik-all-1.5.jar fop-0.20.5.jar with the FOP 0.20.5 jars (fop.jar batik.jar) in that case no SVG is rendered at all because there is a problem with use

Re: FOP with embeded SVG doesn't render at correct size in Cocoon

2004-03-04 Thread Steve Schwarz
Joerg, Here's an example xml that produces the problems (svg:use url failure for FOP versions of fop/batik jars and scaling problem for Cocoon versions of fop/batik jars): if you call it bar.xml: ?xml version=1.0 encoding=UTF-8? fo:root xmlns:svg=http://www.w3.org/2000/svg;

Re: FOP with embeded SVG doesn't render at correct size in Cocoon

2004-02-28 Thread Steve Schwarz
Thanks for the info. I tried replacing the Cocoon jars: batik-all-1.5.jar fop-0.20.5.jar with the FOP 0.20.5 jars (fop.jar batik.jar) in that case no SVG is rendered at all because there is a problem with use and url(#), even though the reference is resolved within the same svg element (and

Re: FOP with embeded SVG doesn't render at correct size in Cocoon

2004-02-26 Thread Steve Schwarz
Hi I've got a weird problem generating pdfs using FOP from xml containing SVG; but only when processed through Cocoon (2.1.2). Generation directly with FOP is problem free. Same FOP version? Do you imply other Cocoon versions are working? Nope, I'm implying FOP standalone with the same FOP

Re: SQLTransformer mod to optionally preserve case of column names

2003-08-14 Thread Steve Schwarz
Hi again, Sorry for the thrash, I had a paste error in the diff I posted - here is the correct one Regards Steve diff -u SQLTransformer.java.old SQLTransformer.java --- SQLTransformer.java.old 2003-08-08 10:59:05.0 -0500 +++ SQLTransformer.java 2003-08-08 11:35:02.0 -0500 @@

SQLTransformer mod to optionally preserve case of column names

2003-08-08 Thread Steve Schwarz
Hi I'm new to Cocoon and found a need to preserve the case of database column names when using the SQLTransformer. I found some older mail archive discussions about this enhancement but no code changes were posted. I just merged my change into the latest 2.1 source (I have changes in 2.04 in