Dipl.-Oec. Harald Meyer wrote:
org.xml.sax.SAXParseException: Content is not allowed in prolog.

Check your XML source files whether there is something before the XML declaration (i.e. the line <?xml version...?>). There must not be anything before it, not even an empty line. I vaguely remember that this could also be caused by a certain parser release. If you are using JDK 1.4, put a recent Xerces jar into the lib/endorsed directory, otherwise, make sure you have the Xerces jar from the FOP distribution or a more recent jar in the classpath, and no older jar before it.

J.Pietschmann


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



Reply via email to