Hello Srinivas, Is the code available for public fork at one of the repos? Please let me know.
Best Regards, Pradeep On Wed, Jun 28, 2017 at 8:33 PM, Srinivas Tatikonda <sritatiko...@gmail.com> wrote: > Yes that makes sense, this can be packaged as a new trransformation engine > before this can be plugged with any XML processing framework. > > Sent from my iPhone > > > On Jun 28, 2017, at 23:02, Peter Hunsberger <peter.hunsber...@gmail.com> > wrote: > > > > Cocoon is designed to use pluggable transformation engines to convert > XML to other formats. So to the extent your code could be packaged as a > Cocoon transformer you might have something of general use to that project. > > > >> On Wed, Jun 28, 2017 at 11:40 AM Srinivas Tatikonda < > sritatiko...@gmail.com> wrote: > >> Hello Peter, > >> I don't have much understanding of Cocoon. Based on what > I see Cocoon is creating XML Pipelines, I also see that it uses XSLT or > other mechanism for transformation of XML. The framework mentioned above > talks about using Java based transformation instead of using XSLT/DOM/JAXB > etc... to deal with XML data formats. > >> > >> What I am checking is if there is currently a framework that transforms > XML format to other formats (involves XML parsing and XML creation) without > using XSLT/DOM/JAXB and handles like the framework mentioned earlier. > >> > >> Thanks, > >> Srinivas. > >> > >> > >> > >>> On Wed, Jun 28, 2017 at 8:12 PM, Peter Hunsberger < > peter.hunsber...@gmail.com> wrote: > >>> You might want to look at the Cocoon project and see how well it > matches up > >>> with what you have done and whether you can contribute to it. > >>> > >>> On Wed, Jun 28, 2017 at 8:32 AM Srinivas Tatikonda < > sritatiko...@gmail.com> > >>> wrote: > >>> > >>> > Hello Bertrand, > >>> > Thanks for the note. I was trying to see if there is any > existing > >>> > XML framework that matches like I mentioned earlier. > >>> > > >>> > Thanks, > >>> > Srinivas. > >>> > > >>> > On Wed, Jun 28, 2017 at 1:22 PM, Bertrand Delacretaz < > >>> > bdelacre...@apache.org > >>> > > wrote: > >>> > > >>> > > Hi, > >>> > > > >>> > > On Tue, Jun 27, 2017 at 6:50 PM, Srinivas Tatikonda > >>> > > <sritatiko...@gmail.com> wrote: > >>> > > >...I would be more than happy to share the POC > >>> > > > how this works with wider group... > >>> > > > >>> > > This list is meant to discuss community topics, as opposed to > software > >>> > > projects. > >>> > > > >>> > > If you want to create a new project you can get in touch with > >>> > > http://incubator.apache.org/ - but note that the Incubator usually > >>> > > asks for projects to build an existing community (even if very > small) > >>> > > before joining the Incubator, to demonstrate initial interest. > >>> > > > >>> > > -Bertrand > >>> > > > >>> > > ------------------------------------------------------------ > --------- > >>> > > To unsubscribe, e-mail: dev-unsubscr...@community.apache.org > >>> > > For additional commands, e-mail: dev-h...@community.apache.org > >>> > > > >>> > > > >>> > > >>> -- > >>> Peter Hunsberger > > > > -- > > Peter Hunsberger > -- Thank you, Pradeep