From 93dbab13a540e538fd05630b84c1db58b47f9f60 Mon Sep 17 00:00:00 2001 From: EsGeh Date: Thu, 8 Aug 2019 11:35:15 +0200 Subject: [PATCH] fixed default paths in validated scripts to refer to the example publ. --- scripts/validate_xml.sh | 2 +- scripts/validate_xml_by_schematron.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/validate_xml.sh b/scripts/validate_xml.sh index b7b37f5..78bf639 100755 --- a/scripts/validate_xml.sh +++ b/scripts/validate_xml.sh @@ -3,7 +3,7 @@ BASE_DIR=$(dirname $0)/.. DEP_DIR=$BASE_DIR/dependencies -input_dir="$BASE_DIR/corpus" +input_dir="$BASE_DIR/examples/tei" schema_dir="$BASE_DIR/schema/rnc" input_pattern='*.xml' diff --git a/scripts/validate_xml_by_schematron.sh b/scripts/validate_xml_by_schematron.sh index ea3b615..dec18e2 100755 --- a/scripts/validate_xml_by_schematron.sh +++ b/scripts/validate_xml_by_schematron.sh @@ -4,7 +4,7 @@ BASE_DIR=$(dirname $0)/.. SCRIPT_DIR=$(dirname $0) DEP_DIR=$BASE_DIR/dependencies -input_dir="$BASE_DIR/corpus" +input_dir="$BASE_DIR/examples/tei" output_dir="-" schema_dir="$BASE_DIR/schema/schematron" input_pattern='*.xml'