Revision de7eea663a38e22f0564f1f915e57eb0762821ee authored by Martin Holmes on 20 March 2015, 23:01:18 UTC, committed by Martin Holmes on 20 March 2015, 23:01:18 UTC
1 parent c991273
Raw File
Makefile
schema:
	xsltproc -stringparam verbose true http://www.tei-c.org/Stylesheets/odd2relax.xsl test.xml
	(cd Schema; for i in *rng; do xmllint --format $$i > x; mv x $$i;done)

back to top