Readme
------

Prerequiste
-----------
Xalan-C++(http://xml.apache.org/xalan-c/index.html) version 1.3 
should be installed. This will install both xalan and xerces 
required by the VOTable Parser API.


Steps to use Sample Application
-------------------------------
* Set the following environment variables using Settings->Control Panel.
%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.

