Version 31 (modified by 12 years ago) ( diff ) | ,
---|
Welcome to Matreshka project
Matreshka is a set of Ada libraries to help to develop information systems. It includes two libraries:
- League --- provides support for localization, internationalization and globalization; including:
- unbounded form of string of Unicode characters; cursors to iterate other characters and grapheme clusters; advanced locale tailored operations such as case conversion, case folding, collation, normalization;
- regular expression engine with Perl-style syntax and Unicode extensions;
- text codec to convert data streams into/from internal representation;
- message translator to translate messages into natural language which is selected by user.
- XML processor --- provides capability to manipulate with XML streams ans documents; including:
- SAX reader to read XML streams and documents; it supports both XML1.0/XML1.1 specifications as well as corresponding Namespaces in XML specifications;
- SAX writer to generate XML streams and documents from application.
Large number of specifications are used and are supported, see Conformance for complete information about conformance to specifications.
Source code
Source code can be downloaded from Downloader section of this site or from Subversion repository
svn://adaforge.qtada.com/matreshka/trunk/matreshka
Support
If you are looking for commercial support please contact support (at) qtada.com, otherwise use mailing list and this tracker.
Mailing list
There is matreshka-users@… mailing list to support Matreshka's users. To subscribe please use on-line form. Archive is available on-line.
Open projects
- DOM for XML (all specifications http://www.w3.org/DOM/DOMTR)
- Document Object Model (DOM) Level 2 Core Specification http://www.w3.org/TR/DOM-Level-2-Core/
- Document Object Model (DOM) Level 2 Traversal and Range Specification http://www.w3.org/TR/DOM-Level-2-Traversal-Range/
- Document Object Model (DOM) Level 3 Load and Save Specification http://www.w3.org/TR/DOM-Level-3-LS/
- XPath
- Document Object Model (DOM) Level 3 XPath Specification http://www.w3.org/TR/DOM-Level-3-XPath/
- XPath http://www.w3.org/standards/techs/xpath#w3c_all
- Building a Tokenizer for XPath or XQuery http://www.w3.org/TR/2005/WD-xquery-xpath-parsing-20050404/
- FastCGI (see demo: http://adaforge.qtada.com/ada.fcgi)
- input/output support
- network support
- SQL interface