Rather an XML question than anything related to FOP. You're doing
something wrong generating the XSL-FO file. You're probably writing the
file in a normal 8-bit encoding (for example ISO-8859-1) but declaring
UTF-8 as the encoding. This results in this error message if an illegal
combination of characters (from the UTF-8 point of view) is encountered. 

If you don't manage to fix it you will need to tell us how exactly
you're generating the XSL-FO file? If you're using a text editor to
manually edit the XSL-FO file you're probably better off declaring:
<?xml version="1.0" encoding="ISO-8859-1"?>


On 24.06.2003 11:25:41 sebastien.mielot wrote:
> I have a proble with my .fo file:
> 
> When i use Fop, i have this message :
> 
> Invalid byte 2 of 3-byte UTF-8 sequence.
> Have you an idea?
> 
> Thanks a lot


Jeremias Maerki


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

Reply via email to