RE: RE: Batik Extension/FOP problem

2003-09-09 Thread Andreas L. Delmelle
> From: Jay Chiu [mailto:[EMAIL PROTECTED] > > I have thought about the extenal fop obejct approach. But it is > not feasible for me. Our approach is: > (1) a setting file + an XSLT template ==> XSLT file > (2) DATA file + a generated XSLT file ==> HTML/FO > With one setting file and one XSLT

RE: RE: Batik Extension/FOP problem

2003-09-09 Thread Andreas L. Delmelle
> From: Jay Chiu [mailto:[EMAIL PROTECTED] > > > But if you can even not solve even this simple problem, then > please do not try to solve the problem for me. Geln Mazza asked > me to file a bugzilla report and Thomas DeWeese thought batik > implementation may require some changes. You may check fo

RE: RE: Batik Extension/FOP problem

2003-09-09 Thread Jay Chiu
Hi, Andreas The problem you got was the first the problem I got before. Basically you need use batik jar file with resource property files. I guess you use the batik.jar file comes with FOP package. That batik jar does not contain the resource property files. You may add xml-batik\resource\META-I

RE: RE: Batik Extension/FOP problem

2003-09-08 Thread Andreas L. Delmelle
> From: Jay Chiu [mailto:[EMAIL PROTECTED] > > Attached please find a sample fo file with embedded svg object. > You may also take a look at the batik samples, > xml-batik/samples/extensions/flow/flowtext.svg > > FOP does support the base SVG 1.1 funcationality as Batik > supports. But SVG 1.1 does

RE: RE: Batik Extension/FOP problem

2003-09-07 Thread Jay Chiu
Attached please find a sample fo file with embedded svg object. You may also take a look at the batik samples, xml-batik/samples/extensions/flow/flowtext.svg FOP does support the base SVG 1.1 funcationality as Batik supports. But SVG 1.1 does not support more flexible text feature, such as text c

RE: RE: Batik Extension/FOP problem

2003-09-07 Thread Andreas L. Delmelle
> From: Jay Chiu [mailto:[EMAIL PROTECTED] > > 1. This is an alternative way I try to solve the FOP absolute > positoned block-container issue. > Great. Can u send us an example of the fo containing the svg ( always interested in having a look at that to see if we can provide a working alternative

Re: RE: Batik Extension/FOP problem

2003-09-07 Thread Jay Chiu
1. This is an alternative way I try to solve the FOP absolute positoned block-container issue. 2. The FOP version is fop-0.20.5 with batik jar and tried with batik version 1.5. 3. As we have sent back and forth the question and answers so many times, can someone doing the SVG for FOP please take

Re: RE: Batik Extension/FOP problem

2003-09-05 Thread Jay Chiu
I solved the element class mapping issue, but still get exception at org.apache.batik.bridge.CSSUtilities.convertDisplay() because getComputedStyle(e, SVGCSSEngine.DISPLAY_INDEX) returns null on flowTextElement. If I set the method to return true, then I get exception at org.apache.batik.bridge.CSS