You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.
The validator now does RNG validation, and it will be really easy to implement XSD, but there are other, more pressing issues.
Here are some notes.
oXygen has a nice XSD flattener, described here. It's not open source, of course.
To use it on a Mac, for example:
cd /Applications/oxygen
./flattenSchemaMac.sh \
-in:~/git/jats4r/validator/lib/niso-jats/publishing/1.1d3/oasis-mml3/xsd/JATS-journalpublishing-oasis-article1-mathml3.xsd \
-outDir:~/temp
It doesn't flatten to one file: there's a limitation with XSD, that you need different files for different namespaces. This flattens from ~50 files → 6.
We'd need to add this list of resultant files to jats/jats.yaml, something like this:
The validator now does RNG validation, and it will be really easy to implement XSD, but there are other, more pressing issues.
Here are some notes.
oXygen has a nice XSD flattener, described here. It's not open source, of course.
To use it on a Mac, for example:
It doesn't flatten to one file: there's a limitation with XSD, that you need different files for different namespaces. This flattens from ~50 files → 6.
We'd need to add this list of resultant files to jats/jats.yaml, something like this:
The text was updated successfully, but these errors were encountered: