Random photo
Loading...
Domains for sale
|
September 28, 2004Got a new toy: XQP (XML Query Processor) projectWell, I was talking about it a lot and finally decided to stop rambling and start doing. Here is my new toy: XQP project. XQP stands for XML Query Processor of course. It's going (if my karma is good enough) to be free open-source XPath2.0/XQuery1.0/XSLT2.0 engine for the .NET platform. SourceForge team kindly approved the project and now we have everything to deliver a killer application! The main idea behind XQP is to develop a single core runtime engine based on XPath2.0/XQuery1.0 algebra and then to provide XPath 2.0, XQuery 1.0 and XSLT 2.0 compilers for that engine. It's not something brand new of course. Saxon implements both XSLT 2.0, XPath 1.0 and XQuery 1.0 with a single engine. Microsoft went even further ineventing Common Query Runtime (CQR) and common intermediate format (QIL) and implementing its bits in Whidbey as System.Xml.Query. I believe that's a mainstream design pattern, very obvious considering the XPath/XQuery intimacy and XQuery/XSLT functional overlap. There are some issues I'd like to be clear. What for? Why not to wait .NET 2.0? What's wrong with Saxon.NET? Why new project? Isn't it too huge project? Well, I'm not afraid of it. I was participating in developing two XSLT 1.0 processors (a commercial one and an open-source one) and being Apache committer I was watching closely how the Xalan is cooking. There is nothing scary in implementing XPath or XSLT, all standard techniques like building optimizing compilers apply, after all it's just another programming language to implement, probably the most interesting task for a programmer. Needless to say, everybody interested is invited to participate. We are currently in the team gathering and initial planning stage. And by the way, we are receiveing donations. If you can't help us developing, but want to support the project - you can donate some money to the XQP project. September 28, 2004 8:08 PM
| #XML in .NET
Comments
So may want to join XQP project, shailesh. Posted by: Oleg Tkachenko at December 19, 2004 2:14 PMThat's the way to go. I implemented an XQuery engine in C# 1 yr back..with SQL extensions. It was tremenmdous fun and gratifying. I also found writing a hand-coded parser much more rewarding than using parser-generators. One has full control over optimizations. Creating something like QIL would be a great start as well. Good luck. Shailesh Posted by: shailesh at December 16, 2004 5:33 PMI'm really sorry you get it this way :( My point was to have XQP project independent - to draw new developers from both MSFT world and Mono world and just XSLTers from the xsl-list and this is easier with a separate project. Well, what's done is done anyway. Posted by: Oleg Tkachenko at October 5, 2004 8:33 PMBeing an admin on the Mvp.Xml project just like the rest of us, I can't imagine what more control you'd have need... Just give me your sourceforge user name! Posted by: Oleg Tkachenko at October 3, 2004 9:31 PMHey! I'd love to get in on helping this out. It definitely sounds like a fun project. Posted by: Corey Haines at September 29, 2004 4:37 AMPost a comment
|