Hi all! I'm trying to transform an XSL-FO file to PDF in a servlet with FOP embedded. I'm using FOP 0.20.4, JDK 1.4.0 and Tomcat 4.0.2. Everything works, but when there's an image in the XSL-FO like this:

<fo:external-graphic height="2cm" width="4.8cm" src="/usr/local/web-datos/tomcat/images/ger.jpg"/>

the next exception occurs:

javax.servlet.ServletException: org/w3c/dom/svg/SVGDocument
at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:463)
at org.apache.jsp.muestraDocumentos$jsp._jspService(muestraDocumentos$jsp.java:104)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
....
....
java.lang.NoClassDefFoundError: org/w3c/dom/svg/SVGDocument
at org.apache.fop.image.analyser.ImageReaderFactory.Make(Unknown Source)
at org.apache.fop.image.FopImageFactory.Make(Unknown Source)
at org.apache.fop.fo.flow.ExternalGraphic.layout(Unknown Source)
....
....


But I'm not using SVG but just a simple JPG image! Any idea? I need some help... Thanks!!



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to