C++ parser for VOTable This project has been undertaken by the Inter-University Centre for Astronomy and Astrophysics and Persistent Systems, Pune as part of the VOI initiative. This is a C++ parser for the VOTable XML format as part of the VOI (Virtual Observatory India) project. Please send comments and questions to . Downloads VOTable Parser Version Windows32 (Built with MSVC6.0) Linux Redhat 7.1 (Built with g++2.96) 1.2 VOTableParser1_2win32.zip VOTableParser1_2linux.zip 1.1 VOTableParser1_1win32.zip VOTableParser1_2linux.zip Change log is available here. API Documentation is available here. Source code is available here. Please see the copyright and disclaimer here before downloading the source code. Salient implementation features The parser is implemented as a wrapper over XALAN-C++, an XSLT processor and provides for an API based interface to access VOTable files. Since XALAN-C++ is a robust implementation of is a robust implementation of the W3C Recommendations for XSL Transformations (XSLT) and the XML Path Language (XPath), XPath queries can be used to access the VOTable data. As a result future enhancements to the parser can be incorporated quickly and efficiently. Object Model Current Scope * Support only for reading of tables * Support only for pure-XML TABLEDATA and not for BINARY or FITS data streams Coming Up Soon Support for streaming in order to read large VOTable documents and real time data in VOTable format.