Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
CurrentCVS
-
None
Description
The new serializers do not flush the underlying writer during the endDocument() call. This leads to inconsistent behavior with respect to the old serializers. Normally, it's not a problem, but it can lead to confusing in users' code, and it does mean that the final buffer of output is not flushed until the underlying XalanPrintWriter is destroyed.