What limitations are there on uploaded files?
- File Extension Limitation: QOD only recognizes .zip and .xsd extensions; the Content Checker operates on .zip and .xml extensions. Files with other extensions may be included in the .zip file but they will be ignored.
- Schema Encoding Limitation: Only UTF-8 encoding is treated
- File Size Limitation: Maximum file size for uploads is 15 MB
Why are my JESS Test Cases not executable after uploading or updating them?
For security reasons each time a user uploads/updates a JESS Test Case, it will need to be approved by the JESS script admin before being executable. The user will not be able to use the script until it has been approved.
Which version of Schematron is supported?
QOD and the Content Checker both support Schematron 1.5 and ISO Schematron.
Why do I have errors after updating my Schematron Test Cases which were working before?
This usually happens when you are using some entities like < &apos … in your Test Cases. When uploading your Test Case, all entities are replaced by their original value. for example ‘<’ is replaced by ‘<’ . Original values of some of those characters may make your Schematron Test Case not well formed.
Where do I get the MIP XML Testbed source code and the installation instructions?
The source code of the MIP XML Testbed is located on Sourceforge and can be downloaded in .zip or .tar.gz format from this link: https://sourceforge.net/projects/qod
The installation instructions and the system requirements documentation can be found in the downloaded file under the installation-materials folder.
|