项目作者: HiltonRoscoe
项目描述 :
Convert CDF Instances between JSON and XML
高级语言: JavaScript
项目地址: git://github.com/HiltonRoscoe/CDFConverter.git
CDFConverter

This tool provides an web-based example of how the developed XML and JSON conversion transformations can be used.
Instructions
- Open the tool.
- Select the Common Data Format you wish to work with from the Input CDF dropdown.
- Paste the JSON CDF instance into the CDF Input text area.
- Click the Transform button. XML output will appear in the CDF Output text area. Monitor the messages section for progress or errors.
Limitations
- This tool runs completely in the browser. Because of this, supported file sizes and speed is dependant on your local computer’s configuration.
- The program is not designed for the transformation of large files, please use a desktop XSLT engine.
- The tool currently only supports JSON-to-XML conversions. Please see here for information on performing XML-to-JSON conversions.
- The tool currently only supports NIST CVR and ERR CDF specifications.
Licensing
CDFConverter is licensed under the MIT License. SaxonJS, and other 3rd dependencies are separately licensed.