Deri Cronin wrote: > Any suggestions how to make this work? Which fop version are you talking about?
> > 1) Using the embedded example servlet running in Tomcat4.0. Calling the > servlet with the glossary.xml and glossary.xsl from the download will create > a PDF correctly but the servlet response is not built correctly. What do you mean exactly, do you get empty page or broken pdf or exception? > 2) When running in Tomcat3.2 the I get the following exception: - > > Root cause: org.apache.fop.apps.FOPException > at org.apache.fop.apps.XSLTInputHandler.getParser(XSLTInputHandler.java:72) > at FopServlet.renderXML(FopServlet.java:125) > at FopServlet.doGet(FopServlet.java:71) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) ... skip .... > The message states "Names space not supported by SAX parser" This message usually means the found parser doesn't support sax2 api, look for old xerces etc in the tomcat classpath. -- Oleg Tkachenko Multiconn International, Israel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
