Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed default paths in validated scripts to refer to the example publ.
  • Loading branch information
EsGeh authored and EsGeh committed Aug 8, 2019
1 parent c42c4f6 commit 93dbab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/validate_xml.sh
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion scripts/validate_xml_by_schematron.sh
Expand Up @@ -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'
Expand Down

0 comments on commit 93dbab1

Please sign in to comment.