DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2638>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2638 How to include non xml svg? [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-04-22 10:32 ------- SVG are XML, by definition. a U+001E (Escape) is not a legal XML character and should not occur in an XML file. The problem is reported by the XML parser, there is nothing FOP can do about it. Load the SVG source in a capable text editor and delete the offending characters. The java.lang.NoSuchMethodError indicates either an old JDK or an incompatible Batik.jar in the classpath. This is also not a FOP problem. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
