Hi David,
David B. Bitton wrote:
> my code uses the following:
>
> transformer.transform( new DOMSource( doc ), new SAXResult(
> _driver.getContentHandler() ));
>
> and it works great. Lemme know if you'd like to see the rest. :)
>
My code is exactly the same:
transformer.transform(new JDOMSource(result.getDocument()),
new SAXResult(driver.getContentHandler()));
If I replace the SAXResult by a StreamResult to a file and run FOP on this
file, the PDF document is OK.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]