added full RelaxNG based config file syntax checking
authorMarc Cromme <marc@indexdata.dk>
Tue, 10 Oct 2006 15:10:16 +0000 (15:10 +0000)
committerMarc Cromme <marc@indexdata.dk>
Tue, 10 Oct 2006 15:10:16 +0000 (15:10 +0000)
commit9c37ed608370ee5d47d5290593bd5a5eeba13594
treea917f56cc6e3f359f81172f867bd0533cb209d41
parent25c0ed9444dbb8b2c86b2adfce47c6e8244ec769
added full RelaxNG based  config file syntax checking
which checks every filter according to it's own rules.
These are exported by the 'make' target to RelaxNG XML and XML Schema instances using the nifty 'trang' utility.
added check of all config files in etc dir according to both RelaxNG XML and XML Schema instances.
check targets are 'make check_xsd' and 'make check_rng' when standing in 'etc' directory.
Still missing to integrate XML checks into 'make check' target.
15 files changed:
Makefile.am
configure.ac
etc/Makefile.am
etc/config-imagine.xml [deleted file]
etc/config-sru-to-z3950.xml
etc/config-zurg.xml
etc/experiment-query-config-translate.php [deleted file]
etc/queryinfo.xml [deleted file]
etc/retrievalinfo.xml [deleted file]
etc/zeerex-explain.xml [deleted file]
xml/Makefile.am [new file with mode: 0644]
xml/experiments/config-imagine.xml [new file with mode: 0644]
xml/experiments/experiment-query-config-translate.php [new file with mode: 0755]
xml/schema/Makefile.am [new file with mode: 0644]
xml/schema/metaproxy.rnc