Re: Java XML Framework

2017-09-13 Thread Pradeep Wagh
Hello Srinivas, Not a problem. Could you make it available to me via option work for you .. may be email attachment, dropbox etc. Thank you, Pradeep On Fri, Sep 8, 2017 at 12:27 PM, Srinivas Tatikonda wrote: > Hello Pradeep, > Sorry, but the code is not available in Public

Re: Java XML Framework

2017-09-08 Thread Srinivas Tatikonda
Hello Pradeep, Sorry, but the code is not available in Public Repo. Currently it is only on my local repo. Thanks, Srinivas. On Fri, Sep 8, 2017 at 8:21 PM, Pradeep Wagh wrote: > Hello Srinivas, > > Is the code available for public fork at one of the repos? Please let me > k

Re: Java XML Framework

2017-09-08 Thread Pradeep Wagh
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 wrote: > Yes that makes sense, this can be packaged as a new trransformation engine > before this can be plugged with any XML

Re: Java XML Framework

2017-06-28 Thread Srinivas Tatikonda
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 > wrote: > > Cocoon is designed to use pluggable transformation engines to convert XML to

Re: Java XML Framework

2017-06-28 Thread Peter Hunsberger
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 wrote: > Hello Peter, >

Re: Java XML Framework

2017-06-28 Thread Srinivas Tatikonda
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

Re: Java XML Framework

2017-06-28 Thread Peter Hunsberger
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 wrote: > Hello Bertrand, >Thanks for the note. I was trying to see if there is any existing > XML f

Re: Java XML Framework

2017-06-28 Thread Srinivas Tatikonda
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 wrote: > Hi, > > On Tue, Jun 27, 2017 at 6:50 PM, Srinivas Tatikonda > wrote: > >

Re: Java XML Framework

2017-06-28 Thread Bertrand Delacretaz
Hi, On Tue, Jun 27, 2017 at 6:50 PM, Srinivas Tatikonda 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

Java XML Framework

2017-06-27 Thread Srinivas Tatikonda
Hello Team, I am Software Professional currently working in Integration domain. I have designed and developed an XML framework using Java language. This framework deals exclusively with XML data and helps to parse and create different XML formats. This may not s