Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
We need to find/implement a ContentHandler that writes XML text directly to a java OutputStream or Writer, similar to what our XMLTextInfosetOutputter does. Then when using the CLI we output XML as soon as we get the events rather than building up some representation in memory and then converting the whole thing to text at the end.