Hello, I am doing a transformation in two steps: 1. with MSXML4, process an XML file with a stylesheet to generate FO. This comes out as UTF-16. 2. take this FO file and generate the PDF with FOP.
I get this error from FOP: [INFO]: FOP 0.20.3rc [INFO]: building formatting object tree [ERROR]: Unknown formatting object ^ [ERROR]: Root element must be root, not (none): How can I solve this? Is somehow FOP not supporting UTF-16 (for the FO to PDF transformation)? Thank you, Costantino
