Would it be possible to translate between streaming APIs like SAX ContentHandler and Jacksons JsonParser / JsonGenerator?
http://www.cowtowncoder.com/blog/archives/2009/01/entry_132.html
E.g. this would allow to parse an XML document from a JSON source via JsonParser --> XSonify as XMLReader --> use custom ContentHandler (e.g. JDOM) or even XSLT-Prozessor.
In the other direction it allows to stream XML sources to JSON without intermediate representation of a tree-like document.
Would be cool, if Xsonify could handle this use case.
Would it be possible to translate between streaming APIs like SAX ContentHandler and Jacksons JsonParser / JsonGenerator?
http://www.cowtowncoder.com/blog/archives/2009/01/entry_132.html
E.g. this would allow to parse an XML document from a JSON source via JsonParser --> XSonify as XMLReader --> use custom ContentHandler (e.g. JDOM) or even XSLT-Prozessor.
In the other direction it allows to stream XML sources to JSON without intermediate representation of a tree-like document.
Would be cool, if Xsonify could handle this use case.