This Docker image contains:
- CSL Schema v1.0.1. (Available in
/var/csl/schema
.) - Jing. (Validator for RELAX NG.)
-
You must have Docker installed on your machine.
-
You must build the Docker image first:
cd /path/to/csl-dev docker build -t customcommander/csl-dev .
cd /path/to/csl-dev
./validate-csl.sh /path/to/my/style.csl
Note: if the CSL file is valid nothing will be printed out.