Re: Issue with SVG in Batik with FOP in SunOS (UNIX)

2003-08-26 Thread J.Pietschmann
Ganesh wrote: I am facing a problem when I am trying to use Batik in Unix Environment, ... org.w3c.dom.DOMException: The current node (type: 2, name: contentStyleType) is read-only. at org.apache.batik.dom.AbstractNode.createDOMException(AbstractNode.jav at org.apache.batik.dom.AbstractAttr.setNode

Re: AW: URLs in external-graphics -> corrupt PDF

2003-08-26 Thread J.Pietschmann
Psi Aushilfe3 wrote: On the other hand FOP could be smart enough to do its job without mime types at all ;) Well, FOP does so: it reads a bit ahead and tries matches the signature for the various image formats. The trouble with GIF images starts at GIFImag.java line 85, where the Java run time libr

RE: number-columns-spanned ignored

2003-08-26 Thread Victor Mote
Psi Aushilfe3 wrote: > > Does number-columns-spanned attribute work when you generate a PDF? It > works > > Yes. > > ...as I mentioned, jfor is _very_ buggy :-(( I am confused. AFAIK, FOP 0.20.5 is not related to jfor at all. Did you send your original inquiry to the wrong list? Victor Mote --

Issue with SVG in Batik with FOP in SunOS (UNIX)

2003-08-26 Thread Ganesh
Title: Message Dear Users,   Current Configuration: SunOS, Batik-1.5beta4, with Apache FOP 0.20.5.   I am facing a problem when I am trying to use Batik in Unix Environment, the same SVG mark-up works well in Windows 2000. I have put just a simple batik code which writes one text line, wh

AW: number-columns-spanned ignored

2003-08-26 Thread Psi Aushilfe3
> Does number-columns-spanned attribute work when you generate a PDF? It works Yes. ...as I mentioned, jfor is _very_ buggy :-(( - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AW: number-columns-spanned ignored

2003-08-26 Thread Chris Bowditch
From: "Psi Aushilfe3" <[EMAIL PROTECTED]> > It might help to know the version, platform, etc. but I'm guessing there 0.20.4, Java 1.4.2, XP. > is something wrong with your XSL-FO somewhere else (perhaps you do not > have consistent table-cell counts for the table or something?). Hmm, no I think eve

AW: URLs in external-graphics -> corrupt PDF

2003-08-26 Thread Psi Aushilfe3
> This gets off topic for this list by some comfortable > margin now. I agree, however it might be interesting for people to know that the problem is actually Jboss 2.4's WebService MBean (not tomcat) which does read mime type from a fixed file within the dist jboss.jar (org/jboss/web/mime.types)

Multiple Page Sequence

2003-08-26 Thread Kandasamy, Udayakumar (Cognizant)
Title: Multiple Page Sequence Hi all, Since I need to parse large XML, I am facing memory problem using FOP. I found a solution from the FOP-FAQ to implement multiple page-sequence and that found to be working. I my case the XML is dynamically created and I cannot able to group any of those

AW: number-columns-spanned ignored

2003-08-26 Thread Psi Aushilfe3
> It might help to know the version, platform, etc. but I'm guessing there 0.20.4, Java 1.4.2, XP. > is something wrong with your XSL-FO somewhere else (perhaps you do not > have consistent table-cell counts for the table or something?). Hmm, no I think everything's correct. But it might be th