Readme
------

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


Steps to use Sample Application
-------------------------------
* Set the following environment variables in settings.sh
and run settings.sh.

XALAN - Directory where Xalan is installed.
XERCES - Directory where Xerces is installed.

These variables need to be set since the VOTable Parser
API makes use of Xalan and Xerces internally to read
the XML file. The Xalan and Xerces include files
are required for compilation, and their lib files
are required for linking.

