VOTable2XHTML

 

VOTable2XHTML

(Version 2.0)

 




Introduction

VOTable2HTML is an XSLT stylesheet developed by the China-VO, which can be used to transform a VOTable file into XHTML file.

Usage

Add either of the following two lines into the beginning of your VOTable file, and then open it using an XSL Transformation supporting web browser, for example IE6+, Mozilla, FireFox, or MSXML3+.

<?xml-stylesheet type="text/xsl" href="http://www.ivoa.net/internal/IVOA/VOTableSoftware/VOTable2XHTML.xsl"?>

or

<?xml-stylesheet type="text/xsl" href="sites/default/files/services/votable2xhtml/VOTable2XHTML.xsl"?>

Download

The XSLT stylesheet is available for download here (44K). 

Basic Version

In this basic version, only TABLE data and fields are extracted from the specific VOTable file. Please download this version here (9K).

Add either of the following two lines into the beginning of your VOTable file.

<?xml-stylesheet type="text/xsl" href="http://www.ivoa.net/internal/IVOA/VOTableSoftware/VOTable2XHTMLbasic.xsl"?>

or

<?xml-stylesheet type="text/xsl" href="sites/default/files/services/votable2xhtml/VOTable2XHTMLbasic.xsl"?>

Sample Files

A sample file for the standard version is provided here.

A sample file for the basic version is provided here.

Suggestions and comments are sincerely welcome, please send to Chenzhou Cui
Last Updated on September 16, 2005. 

© 2005, China-VO