Readme
=======

This is the readme document for the first release (version 1.0) of the 
Streaming VOTable Parser in C++. 

Prerequiste
-----------
Xerces-C++(http://xml.apache.org/xerces-c/index.html) version 2.2.0
should be installed.


Steps to use Sample Application
-------------------------------
* Set the following environment variables in settings.sh
and run settings.sh. 
Use 'runsample.sh' to run the 'PrintNthTable' program.
For other two sample programs, run settings.sh and run 'make'.

XERCES - Directory where Xerces (v2.2.0) is installed.

This variable needs to be set since the C++ Streaming 
Parser API makes use of Xerces internally to read the XML 
file. Xerces include files are required for compilation, 
and its lib file is required for linking.

