Readme
------
C++ VOTable Parser version 1.2

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

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


Steps to create the library
-----------------------------
For Windows 
-----------
* Set the following environment variables using Settings->Control Panel.
%XALAN% - Directory where Xalan is installed.
%XERCES% - Directory where Xerces is installed.

* Run VOTableParser1_2src\samples\Release\runtestapi.bat

For Unix 
-----------
* Set the following environment variables in settings.sh
and run settings.sh.

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

* Run make.

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.


Product Support Information/Feedback address:
---------------------------------------------
For feedback contact voindia@vo.iucaa.ernet.in.