[[PageOutline]] = Simple API for XML = Current development version of Matreshka includes implementation of SAX to process XML files. == Build procedure == 1. Download source code package or checkout source code from repository (be ready to download approximately 95M) svn://adaforge.qtada.com/matreshka/trunk/matreshka 2. Run make in root directory to configure system and build libraries. 3. Enter examples/sax_events_printer directory. 4. Run gprbuild to build demo program. To play with demo program run {{{ ./sax_events_printer }}}