Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

The CDA Validator uses third party utilities (xsltproc and xmllint) to validate the CCDA document. These are included in the library for Windows. For MacOS and Linux, the component will indicate on start up if they are missing and require manual installation.

You can import this library to validate your CCDA files. To get started, import this CDAVALIDATOR library into your component:

...

This loads the specified CCDA version’s version's resources into a CCDA folder that is automatically created in the working directory. These resources will be used by the library to validate the CCDA. Currently the library supports validating versions R1.1, R2, and R2.1. If a different version is desired, the reload parameter should be set to true to initiate the resource reload process.

...