The main features of this tool are:
- Convert any collection level ODL file to the corresponding XML.
- Convert any granule level ODL file to the corresponding XML.
- Convert any unsorted level ODL file to the corresponding XML.
- Convert all other ODL file to the corresponding XML (excluding collection, granule, and unsorted).
- Convert all ODL file to the corresponding XML.
Getting Started:
Here is a step-by-step list of what you will need to start using the tool:
- Make sure you have a java runtime environment version 1.2.2 or more.
- Download or copy the odl2xml.jar file to the directory where you
have your odl files.
- Try the follwoing command:
java -cp odl2xml.jar odl2xml_cmd
you should get a description of what this tool expect, it should look like
this:
Syntax Error: java -cp odl2xml.jar odl2xml_cmd odlfile.odl odlfile.xml
[-c|-g|-o|-u|-a] [-s stylesheet_filename]