Difference between revisions of "Zorba"

From Free Pascal wiki
Jump to navigationJump to search
(New page: == Zorba XQuery Processor == Zorba is a general purpose XQuery processor implementing in C++ the W3C family of specifications. It is not an XML database. The query processor has been desi...)
 
 
Line 5: Line 5:
 
* http://www.zorba-xquery.com
 
* http://www.zorba-xquery.com
 
* http://www.w3.org/XML/Query
 
* http://www.w3.org/XML/Query
 +
 +
[[Category:Packages]]
 +
[[Category:XML]]

Latest revision as of 09:06, 30 April 2013

Zorba XQuery Processor

Zorba is a general purpose XQuery processor implementing in C++ the W3C family of specifications. It is not an XML database. The query processor has been designed to be embeddable in a variety of environments such as other programming languages extended with XML processing capabilities, browsers, database servers, XML message dispatchers, or smartphones. Its architecture employes a modular design, which allows customizing the Zorba query processor to the environment’s needs. In particular the architecture of the query processor allows a pluggable XML store (e.g. main memory, DOM stores, persistent disk-based large stores, S3 stores). Zorba runs on most platforms and is available under the Apache license v2.