You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "Olabusayo Kilo (Jira)" <ji...@apache.org> on 2020/09/02 16:59:00 UTC

[jira] [Created] (DAFFODIL-2389) Implement OutputStream/Writer writing ContentHandler for SAX Parsing

Olabusayo Kilo created DAFFODIL-2389:
----------------------------------------

             Summary: Implement OutputStream/Writer writing ContentHandler for SAX Parsing
                 Key: DAFFODIL-2389
                 URL: https://issues.apache.org/jira/browse/DAFFODIL-2389
             Project: Daffodil
          Issue Type: Improvement
          Components: API, Back End, Performance
            Reporter: Olabusayo Kilo


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.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)