Skip to content

HiltonRoscoe/CDFConverter

Repository files navigation

CDFConverter

Conversion from JSON to XML

This tool provides an web-based example of how the developed XML and JSON conversion transformations can be used.

Instructions

  1. Open the tool.
  2. Select the Common Data Format you wish to work with from the Input CDF dropdown.
  3. Paste the JSON CDF instance into the CDF Input text area.
  4. 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.

Releases

No releases published

Packages

No packages published

Languages