On Mar 8, 2008, at 15:32, Bart Van Assche wrote:

Hi

I'm trying to convert the Valgrind documentation in the PDF format via
FOP. When I try this FOP prints the error message shown below. Any
hints on how I can solve this ?
<snip />
Caused by: org.xml.sax.SAXNotSupportedException:
http://xml.org/sax/handlers/LexicalHandler
   at gnu.xml.stream.SAXParser.setProperty(libgcj.so.8)
at org.apache.xalan.transformer.TransformerIdentityImpl.transform (TransformerIdentityImpl.java:475)
   ...4 more

The cause is an incompatibility of the GNU XML parser with Apache Xalan.
If you can change the environment such that Apache Xerces is used as an XML parser instead, the problem should disappear. The Xerces JARs are shipped with FOP, but your Java VM bootstraps the GNU parser implementation, which lacks support for SAX features that Xalan requires (a LexicalHandler implementation).


HTH!

Cheers

Andreas

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

Reply via email to