On Mar 23, 2006, at 20:09, Andreas L Delmelle wrote:
On Mar 23, 2006, at 16:43, Jeremias Maerki wrote:
Oh, that's good news because it means the problem doesn't exist
anymore
in FOP Trunk. I've tested with 1.5.0_03 on WinXP SP2 today and
couldn't
reproduce the problem.
For the die-hard 0.20.5 users: can someone try --don't have the
codebase here myself, and don't feel like setting it all up :)--
and see if changing TTFReader.writeFontXML() to use StreamResult's
String constructor instead of the File constructor helps?
It may be of interest to note that the main difference between 0.20.5
and 0.91 in this respect is the fact that 0.91 passes in a File
(rather than the filename as a String), then explicitly instantiates
an OutputStream which in its turn is used in the StreamResult's
constructor.
Taking control over the details avoids the dependency on the JVM
internals and/or the XSL Transformer implementation...
Cheers,
Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]