[xep-support] bug in setting EventLogger

David Tolpin dvd at renderx.com
Thu Apr 11 11:20:32 PDT 2002


Hello,

a bug in com.renderx.FO2PDF.Driver has been recently discovered,
causing method render with three arguments:

render(org.xml.sax.Parser parser,Object source,org.xml.sax.DocumentHandler
 printer);

to reset the logger to its default value.

As a quick workaround, use methord render with four arguments:

rg.xml.sax.Parser parser,Object source,org.xml.sax.DocumentHandler
 printer,org.xml.sax.DocumentHandler elHandler);

and pass the  logger as the fourth argument.

A maintenance release containing this and other minor fixes and improvements
will be made available soon. Meanwhile, we are actively working on the next major
release.

David Tolpin
-------------------
By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



More information about the Xep-support mailing list