Hi devs/Michael Glavassevich, I have successfully done 2012 GSOC with Apache Axis2. In that I wrote a StAX XMLStreamWriter/Reader implementation to provide XML info-set using JSON input and output streams[1]. AXIOM use that to get the XML infoset.
Xerces has proposed similar requirement which is to implement StAX XMLStreamWriter[2]. I have talked abut this under particular jira issue. Thought it would be good talk more about how to create an excellent proposal for that in dev list other than ruin the jira issue :). As i have mentioned we can provide XMLOutputFactory api which provide StAX XMLStreamWriter via createXMLStreamWriter(OutputStream stream), createXMLStreamWriter(OutputStream stream, String encoding) and createXMLStreamWriter(Writer stream). Above implementatinos , Documentation and unit test to cover those functionalities would perfectly match with GSOC scope. WDYT? Regars, Shameera [1] https://issues.apache.org/jira/browse/AXIS2-5270 [2] https://issues.apache.org/jira/browse/XERCESJ-1558 -- Best Regards, Shameera Rathnayaka. Blog : http://shameerarathnayaka.blogspot.com/
