Re: [PROPOSAL] VXQuery

2009-07-03 Thread Vinayak Borkar
Sanjiva, We are completely open to using any other schema model from any other project. So we could try the module from the WS project, if your experience shows that it is better. You are right in that all we need is a schema model. Thanks for offering to mentor. Vinayak Sanjiva Weerawaran

Re: [PROPOSAL] VXQuery

2009-07-03 Thread Sanjiva Weerawarana
Yes it does- but for schema support, we actually have a more useful project called XMLSchema in the WS project. That's a clean model for XMLSchema that's used by a bunch of ASF projects and others. We tried (hard) to use the Xerces schema stuff when doing Axis2 (who wants to write a schema parser!)

Re: [PROPOSAL] VXQuery

2009-07-02 Thread Vinayak Borkar
Sanjiva, The way the system is built, the data source (the place from where XML is brought into the system), is fully pluggable. In fact, currently the parser has been implemented using StAX (JSR 173). The XML snippets one sees in XQuery is not parsed using an XML parser. Instead we use Java

Re: [PROPOSAL] VXQuery

2009-07-02 Thread Sanjiva Weerawarana
Vinayak, in some other mail you indicated that there's little code around yet. So ... Can we build this on top of StAX instead of Xerces (presumably SAX)? That allows a high performant impl on top of Axiom, which would be very useful for all projects that use Axiom (Axis2 & family, Synapse, Abdera

Re: [PROPOSAL] VXQuery

2009-05-13 Thread Vinayak Borkar
Paul, Thank you for willing to be a mentor. I have added you as a mentor to the proposal at http://wiki.apache.org/incubator/VXQueryProposal. What would be the best way to get more 1. mentors 2. feedback so we can move the proposal to a vote? Thanks, Vinayak Paul Fremantle wrote: Yes I a

Re: [PROPOSAL] VXQuery

2009-05-13 Thread Paul Fremantle
Yes I am willing to be a mentor. Paul On Tue, May 12, 2009 at 7:57 PM, Vinayak Borkar wrote: > Paul, > > Thank you for your interest in the VXQuery engine. We are looking for > mentors for the project. Would you be willing to be a mentor? > > Thanks, > Vinayak > > Paul Fremantle wrote: >> >> Syn

Re: [PROPOSAL] VXQuery

2009-05-12 Thread Vinayak Borkar
Paul, Thank you for your interest in the VXQuery engine. We are looking for mentors for the project. Would you be willing to be a mentor? Thanks, Vinayak Paul Fremantle wrote: Synapse would also be interested in using the XQuery implementation! Thanks Paul On Mon, May 11, 2009 at 7:22 PM,

Re: [PROPOSAL] VXQuery

2009-05-12 Thread Cezar Andrei
At Apache XMLBeans, we're also could make use of an XQuery engine for implementing selections and query on xbeans. Cezar On Mon, May 11, 2009 at 1:28 PM, Paul Fremantle wrote: > Synapse would also be interested in using the XQuery implementation! > > Thanks > Paul > > On Mon, May 11, 2009 at 7:

Re: [PROPOSAL] VXQuery

2009-05-11 Thread Paul Fremantle
Synapse would also be interested in using the XQuery implementation! Thanks Paul On Mon, May 11, 2009 at 7:22 PM, Vinayak Borkar wrote: > Hello, > > We wish to present a proposal to create a new project in the incubator > called VXQuery. Please find below, the plain-text version of the proposal.