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 using Settings->Control Panel->System.
%XERCES% - Directory where Xerces 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.

