Revision d3f5e7028443011fcf4f2edd37093807a1878580 authored by Magdalena Turska on 15 December 2016, 14:16:51 UTC, committed by Magdalena Turska on 15 December 2016, 14:16:51 UTC
2 parent s cc543a6 + 6472e55
Raw File
compileSchema.sh
#!/bin/sh

#roma --nodtd --noxsd geneticTEI.xml compiledSchema/
/usr/bin/roma2 --dochtml --docflags="summaryDoc=true" \
  --nodtd --noxsd geneticTEI.xml compiledSchema/
rsync compiledSchema/geneticTEI.doc.html linux.ox.ac.uk:public_html/wip/
rnv compiledSchema/geneticTEI.rnc constr_example/transcript_D1.xml
back to top