Hi all,
So I _think_ I've fixed this bug. In the AbstractTextSerializer, the
setOutputStream method wraps the incoming output stream in a
BufferedOutputStream. However, no class reference is kept to this BOS, so
it never gets flushed at the end of the document. I made the BOS a class
variable
Hi folks,
I'm seeing some really odd behavior with serializers, and wanted to see if
anyone had seen this before (or better yet) knows what's causing this. =)
PROBLEM:
If I set an XML, HTML, or Text serializer's encoding to ASCII, I end up
losing the tail end of my output (roughly 1-1000 charac