About
Downloads
- Cheat Sheet
- Data Management Plan Resources
- Logging Format (XSD/DTD)
- Logging Libraries
- Web Services
- XML Validator Tool
DataShopa data analysis service for the learning science community |
|||||||||
|
Downloads / XML Validator Tool
DataShop can import XML files of transaction data which conform to the logging standard.
While the import process can only be done by DataShop developers, you should first run this
tool against your XML files to verify that they are valid XML and comform to the DTD.This tool will validate all files within the provided
directory against the schema specified within each file. It will also perform custom
validation pertinent to DataShop processing expectations.
DataShop can process multiple XML files for inclusion in a single dataset. When receiving
XML data, we prefer many smaller files as opposed to a few large files.
Download the XML Validator Tool
Note: Java must be installed and available from the
command line. To check this, open a command prompt (Windows: Start >
Run > java version "1.7.0_45" Java(TM) SE Runtime Environment (build 1.7.0_45-b18) Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode) To validate your XML files
For more information about what constitutes 'validity', see the guide to the tutor message format. Command-Line Options
Version Information
To get version information for the XML Validator Tool, run the following command on a single line: On Windows: java -classpath "dist\datashop-xv.jar;extlib\log4j-1.2.13.jar;." edu.cmu.pslc.datashop.util.VersionInformation On Mac: java -classpath "dist/datashop-xv.jar:extlib/log4j-1.2.13.jar:." edu.cmu.pslc.datashop.util.VersionInformation |
|||||||||
|
|||||||||