Changes between Version 52 and Version 53 of WikiStart
- Timestamp:
- Apr 7, 2011, 2:30:36 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v52 v53 36 36 - [http://www.sqlite.org/ SQLite3] is a in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. 37 37 38 Large number of specifications are used and are supported, see [wiki: Conformance] for complete information about conformance to specifications.38 Large number of specifications are used and are supported, see [wiki:Specifications] for complete information about conformance to specifications. 39 39 40 40 == Source code == … … 68 68 - [ticket:89 InterBase/FireBird driver] 69 69 - ODBC driver 70 - DOM for XML (all specifications http://www.w3.org/DOM/DOMTR) 71 - Document Object Model (DOM) Level 2 Core Specification http://www.w3.org/TR/DOM-Level-2-Core/ 72 - Document Object Model (DOM) Level 2 Traversal and Range Specification http://www.w3.org/TR/DOM-Level-2-Traversal-Range/ 73 - Document Object Model (DOM) Level 3 Load and Save Specification http://www.w3.org/TR/DOM-Level-3-LS/ 70 - DOM for XML 74 71 - XPath 75 - Document Object Model (DOM) Level 3 XPath Specification http://www.w3.org/TR/DOM-Level-3-XPath/76 - XPath http://www.w3.org/standards/techs/xpath#w3c_all77 - Building a Tokenizer for XPath or XQuery http://www.w3.org/TR/2005/WD-xquery-xpath-parsing-20050404/78 - http://dev.w3.org/2007/xpath-full-text-10-test-suite/79 72 - input/output support 80 73 - network support