You seem to have an XSLT problem somewhere judging from the log. I could not reproduce the NullPointerException so I guess it's only a subsequent error from the first. I'd go after the SAXParserException first but that one is not generated by FOP.
Good luck. On 22.03.2006 21:16:54 Kiranmai Bellam wrote: > > >> Hello, > >> > >> I am new to fop.I installed the FOP-0.91 beta version on my linux box. > >> When I run the command > >> > >> [EMAIL PROTECTED] fop-0.91beta]# ./fop -d -xml monkey.xml -xsl tcc_fo.xsl > >> -pdf > >> monkey.pdf > >> > >> It is giving me the following error. > >> > >> -------------------------------------------------------------------- > >> [Fatal Error] docbook.xsl:1:50: White spaces are required between > >> publicId and systemId. > >> http://www.nmt.edu/tcc/doc/docbook42xep/docbook- > >> xsl-1.65.1/fo/docbook.xsl; Line #1; Column #50; > >> org.xml.sax.SAXParseException: White spaces are required between > >> publicId and systemId. > >> Exception > >> java.lang.NullPointerException > >> at org.apache.fop.cli.InputHandler.transformTo > >> (javax.xml.transform.Result) (Unknown Source) > >> at org.apache.fop.cli.InputHandler.render(org.apache.fop.apps.Fop) > >> (Unknown Source) > >> at org.apache.fop.cli.Main.startFOP(java.lang.String[]) (Unknown > >> Source) > >> at org.apache.fop.cli.Main.main(java.lang.String[]) (Unknown Source) > >> > >> --------- > >> > >> java.lang.NullPointerException > >> at org.apache.xalan.transformer.TransformerImpl.setParameter > >> (java.lang.String, java.lang.String, java.lang.Object) (Unknown Source) > >> at org.apache.xalan.transformer.TransformerImpl.setParameter > >> (java.lang.String, java.lang.Object) (Unknown Source) > >> at org.apache.fop.cli.InputHandler.transformTo > >> (javax.xml.transform.Result) (Unknown Source) > >> at org.apache.fop.cli.InputHandler.render(org.apache.fop.apps.Fop) > >> (Unknown Source) > >> at org.apache.fop.cli.Main.startFOP(java.lang.String[]) (Unknown > >> Source) > >> at org.apache.fop.cli.Main.main(java.lang.String[]) (Unknown Source) > >> > >> > >> ----------------------------------------------------------------------- > >> > >> I dont know where I am making mistake.So please help me. Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
