Most probably you've done something wrong on the JSP side with the encoding. If you don't have an XML encoding declaration (ex. "<?xml version="1.0" encoding="ISO-8859-1"?>") the XML parser assumes UTF-8. And if you don't deliver UTF-8 you may get the error message you got.
I don't think there's a problem because of the different parsers. But without seeing how you handle your XML files I can't be sure. On 22.07.2003 09:30:26 VAGNER Rodolphe wrote: > The first transform is done correctly, the second is not : > (org.apache.fop.apps.FOPException: Character conversion error: > "Unconvertible UTF-8 character beginning with 0xaa"). > The problem can be from the parser used ? (seems to be sax for the > batch, and crimson for the jsp) > The bases directories differ too. Can it be a problem ? Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
