validating csl

FYI, if you want to validate CSL records quickly, I highly recommend
this validator:

http://www.davidashen.net/rnv.html

You can use this simple script with it (I called it validate-csl):

! /bin/bash
rnv ~/Projects/citeproc/schemas/citationstyle.rnc $1

My csl files aren’t all valid right now :wink:

Bruce