Josh Bosquez wrote:
[ERROR] Could not load external SVG: http://xml.org/sax/features/validation
...
with jdk1-4.

The error message indicates that Batik wants the XML parser for the SVG source to validate (odd, ask on the Batik list for further details). The parser used by default with JDK 1.4 is Crimson, which I vaguely remember isn't capable of validating.

A workaround would be to ensure that the Xerces parser distributed
with FOP is always used. One possiblity should be to copy the
Xerces jar and perhaps xml-apis.jar into the JRE's lib/endorsed
directory. If this isn't possible, learn about the bootclasspath
and how to fiddle with it (beware...).

J.Pietschmann


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



Reply via email to